NA
sSubstitute all missing codes in a data.frame by NA
.
util_replace_codes_by_NA(
study_data,
meta_data = "item_level",
split_char = SPLIT_CHAR,
sm_code = NULL
)
a list with a modified data frame and some counts
Study data including jump/missing codes as specified in the code conventions
Metadata as specified in the code conventions
Character separating missing codes
missing code for NAs
, if they have been
re-coded by util_combine_missing_lists
Codes are expected to be numeric.