view_wayback: Check whether a url is available in the Wayback Machine

Description Usage Arguments Value Examples

Description

Check whether a url is available in the Wayback Machine

Usage

1

Arguments

url

The url to check.

Value

a list containing the original url. TRUE if successful or FALSE the archived url. the last time the url was crawled.

Examples

1
2
3
checkArchiveStatus <- view_wayback(
    "https://www-cs-faculty.stanford.edu/~knuth/retd.html"
    )

QualitativeDataRepository/archivr documentation built on Feb. 9, 2022, 8:32 p.m.