read_sdtm_tbls | R Documentation |
Reads-in SDTM data tables store as .sas7bdat files and puts them in a list.
read_sdtm_tbls(sdtm_tbls, dir)
sdtm_tbls |
character vector of SDTM table file names (without extension) |
dir |
string, the directory containing the production SDTM tables |
The file encoding will be UTF-8.
a named list of data frames where the names are taken from
sdtm_tbls
and the data frames are the SDTM data
read_edc_tbls()
sdtm_tbls <- "dm"
sdtm_dir <- system.file("extdata", package = "sdtmval")
sdtm_dat <- read_sdtm_tbls(sdtm_tbls, dir = sdtm_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.