dbs_add | R Documentation |
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")
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 |
tibble
## Not run:
dbs_add(MOAS_testing,
file_path = "path/to/file",
match_file = "path/to/MOAS/data-raw/Blood_data/DBS_MOAS_match.tsv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.