Learn R Programming

aRxiv (version 0.18)

can_arxiv_connect: Check for connection to arXiv API

Description

Check for connection to arXiv API

Usage

can_arxiv_connect(max_time = 5)

Value

Returns TRUE if connection is established and FALSE otherwise.

Arguments

max_time

Maximum wait time in seconds

Examples

Run this code
# \donttest{
if(interactive()) {
    can_arxiv_connect(2)
} # }

Run the code above in your browser using DataLab