Crandore Hub

aRxiv

Interface to the arXiv API

An interface to the API for 'arXiv', a repository of electronic preprints for computer science, mathematics, physics, quantitative biology, quantitative finance, and statistics.

README

## R scripts to grab data tables

- [`grab_query_terms`](https://github.com/ropensci/aRxiv/tree/master/inst/scripts/grab_query_terms.R)
grabs search terms (`query_terms`) from the [API user manual](https://arxiv.org/help/api/user-manual.html)

- [`grab_arxiv_cats.R`](http://github.com/ropensci/aRxiv/tree/master/inst/scripts/grab_arxiv_cats.R)
grabs the subject classifications (`arxiv_cats`) from <https://arxiv.org/category_taxonomy>

```r
library(aRxiv)
data(query_terms)
data(arxiv_cats)
```

Versions across snapshots

VersionRepositoryFileSize
0.18 rolling linux/jammy R-4.5 aRxiv_0.18.tar.gz 81.8 KiB
0.18 rolling linux/noble R-4.5 aRxiv_0.18.tar.gz 81.7 KiB
0.18 rolling source/ R- aRxiv_0.18.tar.gz 53.8 KiB
0.18 latest linux/jammy R-4.5 aRxiv_0.18.tar.gz 81.8 KiB
0.18 latest linux/noble R-4.5 aRxiv_0.18.tar.gz 81.7 KiB
0.18 latest source/ R- aRxiv_0.18.tar.gz 53.8 KiB
0.18 2026-04-26 source/ R- aRxiv_0.18.tar.gz 53.8 KiB
0.18 2026-04-23 source/ R- aRxiv_0.18.tar.gz 53.8 KiB
0.18 2026-04-09 windows/windows R-4.5 aRxiv_0.18.zip 86.6 KiB
0.10 2025-04-20 source/ R- aRxiv_0.10.tar.gz 53.0 KiB

Dependencies (latest)

Imports

Suggests