Description Usage Arguments Value Examples
View source: R/version_history.R
Iterator for preston version history starting with oldest version.
1 2 | version_history_iter(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 |
iterator to access versions, starting with the oldest
1 2 3 | version_iter <- version_history_iter(resolve_internet_archive)
first_version <- nextElem(version_iter)
# "hash://sha256/c253a5311a20c2fc082bf9bac87a1ec5eb6e4e51ff936e7be20c29c8e77dee55"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.