Skip to contents

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 urls

method

httr method to obtain URL ("HEAD" or "GET"). If set to "SKIP", the HTTP status will not be checked and returned.

Value

logical vector for URL status = 200