get_viacache | R Documentation |
Get API results via cache
get_viacache(type, ids = c(), cache = TRUE, versionid = NULL, ...)
type |
type of objects to get (metadata, documents, ...) as a string. Types are defined as constants in globals.R |
ids |
identifiers of objects to get. Depending on the type a data.frame or vector of identifiers. |
cache |
whether to use (TRUE) or bypass (FALSE) cache, defaults to TRUE |
versionid |
string identifier of version to use |
... |
additional parameters handed over to get_mpdb |
This function is internal to manifestoR and not designed for use from other namespaces
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.