check_url_status: Check HTTP status

View source: R/download_auxiliary.R

check_url_statusR Documentation

Check HTTP status

Description

Check if provided URL returns HTTP status 200 or 206.

Usage

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

Arguments

url

Download URL to be checked.

method

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

Value

logical object

Author(s)

Insang Song; Mitchell Manware


amadeus documentation built on April 4, 2025, 12:21 a.m.