This function adds meta information to environments that are explicitly meant to store Meta Information. This function can be used separately in interactive R Session or to facilitate mapping database information to R.
addMetaInformation(series, map_list, meta_env = NULL, overwrite_objects = F,
overwrite_elements = T)
character name key of
list to represent key value mapping. Could also be of class miro.
an environment that already holds meta information and should be extended. Defaults to NULL in which case it creates and returns a new environment.
logical should the entire existing meta information be overwritten inside the environment? Defaults to FALSE
logical should single matching elements of a meta information objectes be overwritten. Defaults to TRUE.