Returns FALSE

util_url_exists("http://www.websitedoesnotexist.com")
#> [1] FALSE

Returns TRUE

util_url_exists("https://github.com")
#> [1] TRUE