arXiv is a repository of electronic preprints for computer science, mathematics, physics, quantitative biology, quantitative finance, and statistics. The aRxiv package is an R interface to the arXiv API.
Note that the arXiv API does not require an API key.
Package Status and InstallationInstallation instructions Stable Version
You can install the package via CRAN:
install.packages("aRxiv")
Development Version
Or use remotes::install_github()
to get the (more recent) version at GitHub:
install.packages("remotes") library(remotes) install_github("ropensci/aRxiv")
The main function is arxiv_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")
Licensed under the MIT license. (More information here.)
Get citation information for aRxiv
in R by running: citation(package = 'aRxiv')
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4