Utility function to compare data type of study data with those defined in metadata
util_compare_meta_with_study(
sdf,
mdf,
label_col,
check_convertible = FALSE,
threshold_value = 0
)
the data.frame of study data
the data.frame of associated static meta data
variable attribute the name of the column in the metadata with labels of variables
logical also try, if a conversion to the declared data type would work.
numeric from=0 to=100. percentage failing
conversions allowed if check_convertible
is TRUE
.
if check_convertible
is FALSE
,
a binary vector (0, 1)
if data type applies,
if check_convertible
is TRUE`` a vector with the states
0, 1, 2`: 0 = Mismatch, not convertible
1 = Match
2 = Mismatch, but convertible