check_links_in_file | R Documentation |
Find and check all http(s) URLs in an text file.
Only links starting with http://
or https://
are found and checked.
check_links_in_file(file)
file |
the path to the file to be checked. |
a tibble with two columns:
url
: the URL that was found and checked
reachable
: whether the URL could be reached
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.