Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

arxiv_open

Open abstract for results of arXiv search


Description

Open, in web browser, the abstract pages for each of set of arXiv search results.

Usage

arxiv_open(search_results, limit = 20)

Arguments

search_results

Data frame of search results, as returned from arxiv_search().

limit

Maximum number of abstracts to open in one call.

Details

There is a delay between calls to utils::browseURL(), with the amount taken from the R option "aRxiv_delay" (in seconds); if missing, the default is 3 sec.

Value

(Invisibly) Vector of character strings with URLs of abstracts opened.

See Also

Examples

z <- arxiv_search('au:"Peter Hall" AND ti:deconvolution')
arxiv_open(z)

aRxiv

Interface to the arXiv API

v0.5.19
MIT + file LICENSE
Authors
Karthik Ram [aut] (<https://orcid.org/0000-0002-0233-1757>), Karl Broman [aut, cre] (<https://orcid.org/0000-0002-4914-6671>)
Initial release
2019-08-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.