Get DBS information from a file
dbs_get( file_path, match_file = "data-raw/Blood_data/DBS_MOAS_match.tsv", debug = FALSE )
file_path | path to DBS excel-file |
---|---|
match_file | path to the match-file for DBS |
debug | logical to keep debug information (default: FALSE) |
tibble of DBS data
Other MOAS get-functions:
epigen_get()
if (FALSE) { dbs_get(file_path = "path/to/file", match_file = "path/to/MOAS/data-raw/Blood_data/DBS_MOAS_match.tsv") dbs_get(file_path = "path/to/file", match_file = "path/to/MOAS/data-raw/Blood_data/DBS_MOAS_match.tsv", debug = TRUE) }