url_file_exists: Checks if a given url is valid and available.

View source: R/utils.R

url_file_existsR Documentation

Checks if a given url is valid and available.

Description

Checks if a given url is valid and available.

Usage

url_file_exists(url, status_ok = 200)

Arguments

url

The resource url to check.

status_ok

The list of valid header statuses.

Value

The result of evaluating the expression or NULL in case of error.


hexFinder documentation built on Feb. 16, 2023, 8:11 p.m.