Query the arXiv API (Atom feed) for preprints and
return the results as an sm_corpus.
Uses start/max_results pagination to retrieve up to n_max results.
The arXiv API is free and requires no authentication.
Usage
sm_fetch_arxiv(query, n_max = 200L, verbose = TRUE, call = rlang::caller_env())Examples
if (FALSE) { # \dontrun{
corpus <- sm_fetch_arxiv(query = "all:bibliometrics", n_max = 10)
print(corpus)
} # }