aRxiv

所属分类:论文
开发工具:R
文件大小:50KB
下载次数:0
上传日期:2021-12-06 17:11:58
上 传 者sh-1993
说明:  Arxiv API的编程接口
(Programmatic interface to the Arxiv API)

文件列表:
.Rbuildignore (79, 2021-12-07)
CONDUCT.md (1387, 2021-12-07)
DESCRIPTION (931, 2021-12-07)
LICENSE (64, 2021-12-07)
Makefile (397, 2021-12-07)
NAMESPACE (160, 2021-12-07)
NEWS (1879, 2021-12-07)
R (0, 2021-12-07)
R\arxiv_cats-data.R (466, 2021-12-07)
R\arxiv_count.R (3091, 2021-12-07)
R\arxiv_open.R (1231, 2021-12-07)
R\arxiv_search.R (9705, 2021-12-07)
R\can_arxiv_connect.R (1387, 2021-12-07)
R\clean.R (4315, 2021-12-07)
R\errors.R (568, 2021-12-07)
R\is_blank.R (171, 2021-12-07)
R\is_too_many.R (878, 2021-12-07)
R\parse.R (1271, 2021-12-07)
R\query_terms-data.R (399, 2021-12-07)
R\query_util.R (426, 2021-12-07)
R\time.R (802, 2021-12-07)
R\timeout.R (1116, 2021-12-07)
data (0, 2021-12-07)
data\arxiv_cats.RData (2181, 2021-12-07)
data\query_terms.RData (353, 2021-12-07)
inst (0, 2021-12-07)
inst\doc (0, 2021-12-07)
inst\doc\aRxiv.html (36239, 2021-12-07)
inst\scripts (0, 2021-12-07)
inst\scripts\grab_api_manual_tables.R (1295, 2021-12-07)
man (0, 2021-12-07)
man\arxiv_cats.Rd (580, 2021-12-07)
... ...

# aRxiv [![Project Status: Active “ The project has reached a stable, usable state and is being actively developed.](https://github.com/ropensci/aRxiv/blob/master/ https://www.repostatus.org/badges/latest/active.svg)](https://github.com/ropensci/aRxiv/blob/master/https://www.repostatus.org/#active) [![CRAN_Status_Badge](https://github.com/ropensci/aRxiv/blob/master/https://www.r-pkg.org/badges/version/aRxiv)](https://github.com/ropensci/aRxiv/blob/master/https://cran.r-project.org/package=aRxiv) ## R interface to arXiv [arXiv](https://github.com/ropensci/aRxiv/blob/master/https://arxiv.org) is a repository of electronic preprints for computer science, mathematics, physics, quantitative biology, quantitative finance, and statistics. The [aRxiv](https://github.com/ropensci/aRxiv/blob/master/https://github.com/ropensci/aRxiv) package is an R interface to the [arXiv API](https://github.com/ropensci/aRxiv/blob/master/https://arxiv.org/help/api/index). Note that the arXiv API _does not_ require an API key. ## Package Status and Installation [![R-CMD-check](https://github.com/ropensci/aRxiv/blob/master/https://github.com/ropensci/aRxiv/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/aRxiv/blob/master/https://github.com/ropensci/aRxiv/actions) [![codecov](https://github.com/ropensci/aRxiv/blob/master/https://codecov.io/gh/ropensci/aRxiv/branch/master/graph/badge.svg)](https://github.com/ropensci/aRxiv/blob/master/https://app.codecov.io/gh/ropensci/aRxiv) [![rstudio mirror downloads](https://github.com/ropensci/aRxiv/blob/master/https://cranlogs.r-pkg.org/badges/aRxiv?color=blue)](https://github.com/ropensci/aRxiv/blob/master/https://github.com/r-hub/cranlogs.app) __Installation instructions__ __Stable Version__ You can install the package via [CRAN](https://github.com/ropensci/aRxiv/blob/master/https://cran.r-project.org): ```r install.packages("aRxiv") ``` __Development Version__ Or use `devtools::install_github()` to get the (more recent) version at [GitHub](https://github.com/ropensci/aRxiv/blob/master/https://github.com/rOpenSci/aRxiv): ```r install.packages("devtools") library(devtools) install_github("ropensci/aRxiv") ``` ## Usage ### Basic usage The main function is `arxiv_search()`. Here's an example of its use: ```r 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](https://github.com/ropensci/aRxiv/blob/master/https://docs.ropensci.org/aRxiv/articles/aRxiv.html). To view the tutorial from R, use: ```r vignette("aRxiv", "aRxiv") ``` ### Links * [arXiv](https://github.com/ropensci/aRxiv/blob/master/https://arxiv.org) * [arXiv API](https://github.com/ropensci/aRxiv/blob/master/https://arxiv.org/help/api/index) * [arXiv API user manual](https://github.com/ropensci/aRxiv/blob/master/https://arxiv.org/help/api/user-manual) * [Bulk data access to arXiv](https://github.com/ropensci/aRxiv/blob/master/https://arxiv.org/help/bulk_data) * [Bulk data access to arXiv metadata via OAI-PMH](https://github.com/ropensci/aRxiv/blob/master/https://arxiv.org/help/oa/index) * [Bulk data access to arXiv PDFs and source docs](https://github.com/ropensci/aRxiv/blob/master/https://arxiv.org/help/bulk_data_s3) ### License Licensed under the [MIT license](https://github.com/ropensci/aRxiv/blob/master/https://cran.r-project.org/web/licenses/MIT). ([More information here](https://github.com/ropensci/aRxiv/blob/master/https://en.wikipedia.org/wiki/MIT_License).) --- This package is part of a richer suite called [fulltext](https://github.com/ropensci/aRxiv/blob/master/https://github.com/ropensci/fulltext), along with several other packages, that provides the ability to search for and retrieve full text of open access scholarly articles. We recommend using `fulltext` as the primary R interface to `arXiv` unless your needs are limited to this single source. --- ## 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](https://github.com/ropensci/aRxiv/blob/master/https://github.com/ropensci/aRxiv/blob/master/CONDUCT.md). By participating in this project you agree to abide by its terms. [![ropensci footer](https://github.com/ropensci/aRxiv/blob/master/https://ropensci.org/public_images/github_footer.png)](https://github.com/ropensci/aRxiv/blob/master/https://ropensci.org)

近期下载者

相关文件


收藏者