detect_rot: Assess a Web Page for Link Rot

Description Usage Arguments Value Examples

View source: R/check.R

Description

Fetch all web links from a given web page and check for a response.

Usage

1

Arguments

page

Character. A valid URL to a webpage that contains links you want to check for link rot. Must start 'http://' or 'https://'.

Value

A tibble with six columns (page, link_url, link_text, response_code, response_category and response_success) and as many rows as URLs found on the web page provided by the user.

Examples

1
## Not run:  detect_rot("https://www.rostrum.blog/") 

matt-dray/linkrot documentation built on Dec. 21, 2021, 2:54 p.m.