8000 GitHub - ropensci/aRxiv: Programmatic interface to the Arxiv API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ropensci/aRxiv

Repository files navigation

aRxiv

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge

R interface to arXiv

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 Installation

R-CMD-check codecov rstudio mirror downloads

Installation 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")

Usage

Basic usage

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)

Tutorial

An aRxiv tutorial is available at the rOpenSci website, here.

To view the tutorial from R, use:

vignette("aRxiv", "aRxiv")

Links

License

Licensed under the MIT license. (More information here.)


Citation

Get citation information for aRxiv in R by running: citation(package = 'aRxiv')

Code of Conduct

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.

ropensci footer

About

Programmatic interface to the Arxiv API

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

0