Learn R Programming

hexFinder (version 0.8.2)

url_file_exists: 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)

Value

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

Arguments

url

The resource url to check.

status_ok

The list of valid header statuses.