Utility function to prepare the metadata for location checks
util_prep_location_check(
resp_vars,
meta_data,
report_problems = c("error", "warning", "message")
)
a list with the location metric (mean or median) and expected range for the location check
variable list the names of the measurement variables
data.frame the data frame that contains metadata attributes of study data
enum Should missing metadata information be reported as error, warning or message?
Other lookup_functions:
util_prep_proportion_check()
,
util_variable_references()