Description Usage Arguments Details Value
View source: R/prep_study2meta.R
Guess a minimum meta data frame from study data. Minimum required variable attributes are:
1 2 3 4 | prep_study2meta(
study_data,
level = c(VARATT_REQUIRE_LEVELS$REQUIRED, VARATT_REQUIRE_LEVELS$OPTIONAL)
)
|
study_data |
data.frame the data frame that contains the measurements |
level |
enum level to provide (see also VARATT_REQUIRE_LEVELS) |
dataquieR:::util_get_var_att_names_of_level(VARATT_REQUIRE_LEVELS$REQUIRED)
1 2 | ## VAR_NAMES DATA_TYPE MISSING_LIST
## "VAR_NAMES" "DATA_TYPE" "MISSING_LIST"
|
The function also tries to detect missing codes.
a meta_data data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.