Description Usage Arguments Value Examples
View source: R/version_history.R
Please use version_history_iter for incrementally retrieving version.
1 2 | version_history(query_hash = first_version_query_hash(),
query = query_internet_archive)
|
query_hash |
query_hash explicitly specify version to start with |
query |
a function that takes a query hash and returns a content hash |
list of versions, starting with the oldest
1 2 3 | version_list <- version_history(query_internet_archive)
head(version_list)
# "hash://sha256/c253a5311a20c2fc082bf9bac87a1ec5eb6e4e51ff936e7be20c29c8e77dee55"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.