View source: R/fetch_vd_meta.R
| fetch_vd_meta | R Documentation |
Fetch VecDyn metadata table (downloading if necessary) and cache if fresh.
fetch_vd_meta(
ids = NULL,
cache_location = NULL,
refresh_cache = FALSE,
noprogress = FALSE,
basereq = vb_basereq()
)
ids |
a numeric ID or numeric vector of ids (preferably in an |
cache_location |
path to cache location (defaults to a temporary user directory, or one set by |
refresh_cache |
force a refresh of the relevant cached data. |
noprogress |
disable non-essential messaging (progress bars etc.). |
basereq |
an httr2 request object, as generated by |
A dataframe describing the current VecDyn metadata.
Francis Windram
fetch_vd_meta_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.