view_archiv.fromText: Collect information on whether links in a file are archived.

Description Usage Arguments Value Examples

Description

Collect information on whether links in a file are archived.

Usage

1
view_archiv.fromText(fp, method = "wayback")

Arguments

fp

The filepath 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
## Not run: 
checkArchiveStatus <- view_archiv.fromText("testfile.docx", method="both")

## End(Not run)

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