Get API results via cache
get_viacache(type, ids = c(), cache = TRUE, versionid = NULL, ...)
type of objects to get (metadata, documents, ...) as a string. Types are defined as constants in globals.R
identifiers of objects to get. Depending on the type a data.frame or vector of identifiers.
whether to use (TRUE) or bypass (FALSE) cache, defaults to TRUE
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