Get DBS information from a file

dbs_get(
  file_path,
  match_file = "data-raw/Blood_data/DBS_MOAS_match.tsv",
  debug = FALSE
)

Arguments

file_path

path to DBS excel-file

match_file

path to the match-file for DBS

debug

logical to keep debug information (default: FALSE)

Value

tibble of DBS data

See also

Other MOAS get-functions: epigen_get()

Examples

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) }