R/checks.R
check_links_in_file.Rd
Find and check all http(s) URLs in an text file. Only links starting with http:// or https:// are found and checked.
http://
https://
check_links_in_file(file)
the path to the file to be checked.
a tibble with two columns:
url: the URL that was found and checked
url
reachable: whether the URL could be reached
reachable