view_archiv: Get archiving data from a list of Urls

Description Usage Arguments Value Examples

Description

Get archiving data from a list of Urls

Usage

1
view_archiv(lst, method = "wayback")

Arguments

lst

A list of urls to check.

method

"wayback", "perma_cc", "archivemd" or "all".

Value

A dataframe containing the original urls, availability, the archive url if it exists and a timestamp for the last web crawl.

Where method is "all", "availability" is TRUE if the URL is archived by either service

Examples

1
2
3
4
5
## Not run: 
urls <- c("https://qdr.syr.edu", "https://cran.r-project.org/", "https://apsa.net")
checkArchiveStatus <- view_archiv(urls, method="all")

## End(Not run)

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