View source: R/prep_add_to_meta.R
prep_add_to_meta | R Documentation |
adds an annotation to static metadata
prep_add_to_meta(
VAR_NAMES,
DATA_TYPE,
LABEL,
VALUE_LABELS,
meta_data = "item_level",
...
)
VAR_NAMES |
character Names of the Variables to add |
DATA_TYPE |
character Data type for the added variables |
LABEL |
character Labels for these variables |
VALUE_LABELS |
character Value labels for the values of the variables
as usually pipe separated and assigned with
|
meta_data |
data.frame the metadata to extend |
... |
Further defined variable attributes, see prep_create_meta |
Add metadata e.g. of transformed/new variable This function is not yet considered stable, but we already export it, because it could help. Therefore, we have some inconsistencies in the formals still.
a data frame with amended metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.