Reads-in SDTM data tables store as .sas7bdat files and puts them in a list.
Arguments
- sdtm_tbls
character vector of SDTM table file names (without extension)
- dir
string, the directory containing the production SDTM tables
Value
a named list of data frames where the names are taken from
sdtm_tbls
and the data frames are the SDTM data
Examples
sdtm_tbls <- "dm"
sdtm_dir <- system.file("extdata", package = "sdtmval")
sdtm_dat <- read_sdtm_tbls(sdtm_tbls, dir = sdtm_dir)