check_links_in_file: Check All Links in a Text File
Description
Find and check all http(s) URLs in an text file.
Only links starting with http://
or https://
are found and checked.
Usage
check_links_in_file(file)
Value
a tibble with two columns:
Arguments
- file
the path to the file to be checked.