check_urls {amadeus} | R Documentation |
Implement check_url_status
Description
Apply check_url_status()
function to a sample of download URLs.
Usage
check_urls(urls = urls, size = NULL, method = c("HEAD", "GET", "SKIP"))
Arguments
urls |
character vector of URLs |
size |
number of observations to be sampled from |
method |
httr method to obtain URL ( |
Value
logical vector for URL status = 200
[Package amadeus version 1.0.7 Index]