Description Usage Arguments Value Examples
Collect information on whether links in a file are archived.
| 1 | view_archiv.fromText(fp, method = "wayback")
 | 
| fp | The filepath to extract links from. | 
| method | Either "wayback," "perma_cc" or "both". | 
a dataframe containing the url, availability, archived url(s) and timestamp(s)
| 1 2 3 4 | ## Not run: 
checkArchiveStatus <- view_archiv.fromText("testfile.docx", method="both")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.