View source: R/prep_compare_meta_with_study.R
| prep_compare_meta_with_study | R Documentation |
are the provided item-level meta_data plausible given study_data?
prep_compare_meta_with_study(
study_data,
label_col,
item_level = "item_level",
meta_data = item_level,
meta_data_v2
)
study_data |
data.frame the data frame that contains the measurements |
label_col |
variable attribute the name of the column in the metadata with labels of variables |
item_level |
data.frame the data frame that contains metadata attributes of study data |
meta_data |
data.frame old name for |
meta_data_v2 |
character path to workbook like metadata file, see
|
an invisible() list with the entries.
pred data.frame metadata predicted from study_data,
reduced to such metadata also available in the provided metadata
prov data.frame provided metadata,
reduced to such metadata also available in the provided study_data
ml_error character VAR_NAMES of variables with potentially wrong
MISSING_LIST
sl_error character VAR_NAMES of variables with potentially wrong
SCALE_LEVEL
dt_error character VAR_NAMES of variables with potentially wrong
DATA_TYPE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.