test_url | R Documentation |
Test a URL
test_url(url, ignore_urls = "")
url |
A single URL that will be checked whether it is real. |
ignore_urls |
A vector of URLs which to ignore. |
a logical TRUE/FALSE for whether the URL is legitimate.
## Not run:
# This should print out "failed"
test_url("https://notawebsiteaaaaaaa.com")
# This should print out "success"
test_url("https://github.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.