Performs a HEAD request on each URL and returns TRUE if the status code is 200, FALSE otherwise.
Arguments
- urls
A character vector of URLs to check.
- quiet
A logical value indicating if warnings should be suppressed when not able to resolve host names for a URL. Default is
FALSE.- ...
Additional arguments passed to
httr::HEAD().