view_archiv.fromUrl: Collect information on whether links contained in a webpage...

Description Usage Arguments Value Examples

Description

Collect information on whether links contained in a webpage are archived.

Usage

1
view_archiv.fromUrl(url, method = "wayback")

Arguments

url

The url of the webpage to extract links from.

method

Either "wayback," "perma_cc" or "both".

Value

a dataframe containing the url, availability, archived url(s) and timestamp(s)

Examples

1
2
3
4
5
6
7
## Not run: 
checkArchiveStatus <- view_archiv.fromUrl(
   "https://www-cs-faculty.stanford.edu/~knuth/retd.html",
   method="both"
 )

## End(Not run)

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