arxiv_open {aRxiv} | R Documentation |
Open, in web browser, the abstract pages for each of set of arXiv search results.
arxiv_open(search_results, limit = 20)
search_results |
Data frame of search results, as returned from |
limit |
Maximum number of abstracts to open in one call. |
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.
(Invisibly) Vector of character strings with URLs of abstracts opened.
z <- arxiv_search('au:"Peter Hall" AND ti:deconvolution')
arxiv_open(z)