valid_url | R Documentation |
check whether a url is valid
valid_url(url_in, t = 2)
url_in |
character value of the website to be checkd for validity |
t |
timeout time in seconds. |
logic value: TRUE for valid connection, FALSE for not
https://stackoverflow.com/questions/52911812/check-if-url-exists-in-r
valid_url("http://www.stat.iastate.edu")
valid_url("http://www.not/a/good/url.de")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.