Skip to contents

Check for connection to arXiv API

Usage

can_arxiv_connect(max_time = 5)

Arguments

max_time

Maximum wait time in seconds

Value

Returns TRUE if connection is established and FALSE otherwise.

Examples

# \donttest{
can_arxiv_connect(2)
#> [1] TRUE
# }