powered by
Try to send a HEAD request to a URL using curlGetHeaders() or the curl package, and see if it returns a successful status code.
HEAD
curlGetHeaders()
url_accessible(x, use_curl = !capabilities("libcurl"), ...)
TRUE or FALSE.
TRUE
FALSE
A URL as a character string.
Whether to use the curl package or the curlGetHeaders() function in base R to send the request to the URL. By default, curl will be used when base R does not have the libcurl capability (which should be rare).
libcurl
Arguments to be passed to curlGetHeaders().
xfun::url_accessible("https://yihui.org")
Run the code above in your browser using DataLab