dbs_get: Get DBS information from a file

View source: R/dbs-funcs.R

dbs_getR Documentation

Get DBS information from a file

Description

Get DBS information from a file

Usage

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

## Not run: 
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)
 
## End(Not run)

LCBC-UiO/MOAS documentation built on Aug. 28, 2023, 3:29 a.m.