add_mi_base: Helper Function to add meta information

Description Usage Arguments Author(s) See Also

Description

This functions adds meta information to the meta environment. If the meta environment does not exist, a meta environment is created. This function not be used as standalone because it creates meta objects without checking whether a corresponding data object exists. The function .add_mi adds fixed meta information as well as a container for localized meta information by using the miro's reference classes.

Usage

1
2
3
4
  .add_mi(x, meta_env_name = "meta",
    srcname = NA_character_, legacy_key = NA_character_,
    cmnt = NA_character_, restrict = NA_character_,
    overwrite = FALSE)

Arguments

x

data object

meta_env

character name of the meta environment, defaults to "meta"

srcname

character name of the data source

legacy_key

character name of a key that was used in another system

cmnt

character comment

restrict

character description of restrictions to the data

overwrite

boolean defaults to FALSE

Author(s)

Matthias Bannert

See Also

add_mit


mbannert/miro documentation built on May 21, 2019, 2:24 p.m.