dbs_get | R Documentation |
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()
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.