check_url {ibawds} | R Documentation |
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)
Arguments
url |
the URL to send the request to |
Value
a logical indicating whether the request was successful.
[Package ibawds version 1.1.0 Index]