View source: R/lib_data_loader.R
| wayback_snapshot_url | R Documentation |
Queries the Internet Archive availability API
(http://archive.org/wayback/available) for the closest archived
snapshot of url and returns a directly-downloadable snapshot URL,
or NULL if no snapshot exists or the lookup fails. This is the
shared fetch failsafe the wider morie package family relies on: callers
attempt the live source first and fall back to this snapshot when the
source is unreachable.
wayback_snapshot_url(url, timestamp = NULL)
url |
The original source URL to look up. |
timestamp |
Optional 14-digit |
A character scalar snapshot URL, or NULL.
wayback_snapshot_url("https://www.r-project.org/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.