R/can_arxiv_connect.R
can_arxiv_connect.Rd
Check for connection to arXiv API
can_arxiv_connect(max_time = 5)
Maximum wait time in seconds
Returns TRUE if connection is established and FALSE otherwise.
# \donttest{ if(interactive()) { can_arxiv_connect(2) } # }