| derive_manifest_urls | R Documentation |
For every file in a manifest without an explicit URL, set the URL to paste0(base_url, path). Used internally by read_manifest.
derive_manifest_urls(manifest, base_url = NULL)
manifest |
data.frame. The validated manifest. |
base_url |
string or NULL. The base URL to derive missing URLs from. |
data.frame. The manifest with the url column filled in.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.