Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Programmatic interface to the Arxiv API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

ropensci/aRxiv

Repository files navigation

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 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.

Package Status and Installation

R-CMD-checkcodecovrstudio mirror downloads

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

Usage

Basic usage

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)

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 theMIT license. (More information here.)


Citation

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

Code of Conduct

Please note that this project is released with aContributor 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

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp