prep_unsplit_val_tabs {dataquieR} | R Documentation |
Combine all missing and value lists to one big table
Description
Combine all missing and value lists to one big table
Usage
prep_unsplit_val_tabs(meta_data = "item_level", val_tab = NULL)
Arguments
meta_data |
data.frame item level meta data to be used, defaults to
|
val_tab |
character name of the table being created: This table will
be added to the data frame cache (or overwritten). If |
Value
data.frame the combined table
[Package dataquieR version 2.5.1 Index]