Study-specific function that will combine raw data gathered with
get_raw_csv_data()
with study-specific metadata. It also fixes the metadata
suffix if needed, and renames the limits and significance values to the app
standard names. Some study-specific variables need to be created with this
step.
Usage
merge_meta_with_data(
data,
meta,
expected_columns = c("lower_limit", "upper_limit", "unit", "significance",
"reason_notdone")
)