Description Usage Arguments Value Examples
Fetch all web links from a given web page and check for a response.
1 |
page |
Character. A valid URL to a webpage that contains links you want to check for link rot. Must start 'http://' or 'https://'. |
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.
1 | ## Not run: detect_rot("https://www.rostrum.blog/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.