Learn R Programming

ibawds (version 1.1.0)

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:

  • url: the URL that was found and checked

  • reachable: whether the URL could be reached

Arguments

file

the path to the file to be checked.