Learn R Programming

ibawds (version 1.1.0)

check_url: Check That an URL Can Be Reached

Description

Send a request to an URL and return a logical indicating whether the request was successful.

Usage

check_url(url)

Value

a logical indicating whether the request was successful.

Arguments

url

the URL to send the request to