View source: R/prep_meta_data_v1_to_item_level_meta_data.R
prep_meta_data_v1_to_item_level_meta_data | R Documentation |
This function is idempotent..
prep_meta_data_v1_to_item_level_meta_data(
meta_data = "item_level",
verbose = TRUE,
label_col = LABEL,
cause_label_df
)
meta_data |
data.frame the old item-level-metadata |
verbose |
logical display all estimated decisions, defaults to |
label_col |
variable attribute the name of the column in the metadata with labels of variables |
cause_label_df |
data.frame missing code table, see cause_label_df. Optional. If this argument is given, you can add missing code tables. |
The options("dataquieR.force_item_specific_missing_codes")
(default
FALSE
) tells the system, to always fill in res_vars
columns to the
MISSING_LIST_TABLE
, even, if the column already exists, but is empty.
data.frame the updated metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.