calls [dbs_get] to get DBS information from file and add it to the MOAS-like dta frame

dbs_add(data, file_path, match_file = "data-raw/Blood_data/DBS_MOAS_match.tsv")

Arguments

data

a MOAs--like data frame the data should be added to column-wise

file_path

path to DBS excel-file

match_file

path to the match-file for DBS

Value

tibble

Examples

if (FALSE) { dbs_add(MOAS_testing, file_path = "path/to/file", match_file = "path/to/MOAS/data-raw/Blood_data/DBS_MOAS_match.tsv") }