| checkUrl | R Documentation |
check if a URL can be reached, return TRUE if yes and FALSE if cannot or with other status code
checkUrl(url, timeout = 5)
url |
string, the URL to request |
timeout |
seconds to wait before return FALSE |
'TRUE' if url is reachable, 'FALSE' if not
checkUrl("https://google.com")
try(checkUrl("https://randomwebsite123.com", 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.