- Notifications
You must be signed in to change notification settings - Fork11
Programmatic interface to the Arxiv API
License
Unknown, MIT licenses found
Licenses found
ropensci/aRxiv
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
arXiv is a repository of electronic preprints forcomputer science, mathematics, physics, quantitative biology,quantitative finance, and statistics. TheaRxiv package is an R interface tothearXiv API.
Note that the arXiv APIdoes not require an API key.
Installation instructionsStable Version
You can install the package viaCRAN:
install.packages("aRxiv")Development Version
Or useremotes::install_github() to get the (more recent) versionatGitHub:
install.packages("remotes")library(remotes)install_github("ropensci/aRxiv")
The main function isarxiv_search(). Here's an example of its use:
library(aRxiv)z<- arxiv_search(query='au:"Peter Hall" AND cat:stat*',limit=50)str(z)
An aRxiv tutorial is available at the rOpenSci website,here.
To view the tutorial from R, use:
vignette("aRxiv","aRxiv")
- arXiv
- arXiv API
- arXiv API user manual
- Bulk data access to arXiv
- Bulk data access to arXiv metadata via OAI-PMH
- Bulk data access to arXiv PDFs and source docs
Licensed under theMIT license. (More information here.)
Get citation information foraRxiv in R by running:citation(package = 'aRxiv')
Please note that this project is released with aContributor Code of Conduct.By participating in this project you agree to abide by its terms.
About
Programmatic interface to the Arxiv API
Topics
Resources
License
Unknown, MIT licenses found
Licenses found
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.
