dbs_add: Add DBS data to data frame

View source: R/dbs-funcs.R

dbs_addR Documentation

Add DBS data to data frame

Description

calls [dbs_get] to get DBS information from file and add it to the MOAS-like dta frame

Usage

dbs_add(data, file_path, match_file = "data-raw/Blood_data/DBS_MOAS_match.tsv")

Arguments

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

Value

tibble

Examples

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

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