get_urls | R Documentation |
Identify and collect URLs in a single md,rmd, or qmd file
get_urls(file, ignore_urls = "")
file |
A file path to a md,rmd, or qmd file that contains URLs to be check |
ignore_urls |
A vector of URLs which to ignore. |
a data.frame of all the URLs identified in the given md,rmd, or qmd file
## Not run:
# Add in a URL error
# writeLines("A URL error: https://notawebsiteaaaaaaa.com", "url_test_error.md")
get_urls("url_test_error.md")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.