arxiv_open: Open abstract for results of arXiv search

Description Usage Arguments Details Value See Also Examples

View source: R/arxiv_open.R

Description

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

Usage

1
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

arxiv_search()

Examples

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

aRxiv documentation built on Dec. 11, 2021, 9:31 a.m.