Learn R Programming

amadeus (version 1.2.2)

check_url_status: Check HTTP status

Description

Check if provided URL returns HTTP status 200 or 206.

Usage

check_url_status(url, method = c("HEAD", "GET"))

Value

logical object

Arguments

url

Download URL to be checked.

method

httr method to obtain URL ("HEAD" or "GET")

Author

Insang Song; Mitchell Manware