check_links_in_file: Check All Links in a Text File

View source: R/checks.R

check_links_in_fileR Documentation

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)

Arguments

file

the path to the file to be checked.

Value

a tibble with two columns:

  • url: the URL that was found and checked

  • reachable: whether the URL could be reached


stibu81/ibawds documentation built on April 14, 2025, 12:16 a.m.