Description Usage Arguments Author(s) See Also
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.
| 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)
 | 
| 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 | 
Matthias Bannert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.