powered by
Reads-in SDTM data tables store as .sas7bdat files and puts them in a list.
read_sdtm_tbls(sdtm_tbls, dir)
a named list of data frames where the names are taken from sdtm_tbls and the data frames are the SDTM data
sdtm_tbls
character vector of SDTM table file names (without extension)
string, the directory containing the production SDTM tables
The file encoding will be UTF-8.
read_edc_tbls()
sdtm_tbls <- "dm" sdtm_dir <- system.file("extdata", package = "sdtmval") sdtm_dat <- read_sdtm_tbls(sdtm_tbls, dir = sdtm_dir)
Run the code above in your browser using DataLab