Description Usage Arguments Value Examples
Get archiving data from a list of Urls
1  | view_archiv(lst, method = "wayback")
 | 
lst | 
 A list of urls to check.  | 
method | 
 "wayback", "perma_cc", "archivemd" or "all".  | 
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
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.