R/download_auxiliary.R
check_url_status.Rd
Check if provided URL returns HTTP status 200 or 206.
check_url_status(url, method = c("HEAD", "GET"))
Download URL to be checked.
httr method to obtain URL ("HEAD" or "GET")
"HEAD"
"GET"
logical object
Insang Song; Mitchell Manware