Retrieves the HTTP status of a given URL.
Arguments
- url
A character string representing the URL to check.
Value
A data frame containing the URL, its existence status, and the HTTP status code.
Examples
get_url_status("https://example.com")
#> url exists status
#> 1 https://example.com TRUE 200