read_sdtm_tbls {sdtmval} | R Documentation |
Import SDTM data tables
Description
Reads-in SDTM data tables store as .sas7bdat files and puts them in a list.
Usage
read_sdtm_tbls(sdtm_tbls, dir)
Arguments
sdtm_tbls |
character vector of SDTM table file names (without extension) |
dir |
string, the directory containing the production SDTM tables |
Details
The file encoding will be UTF-8.
Value
a named list of data frames where the names are taken from
sdtm_tbls
and the data frames are the SDTM data
See Also
Examples
sdtm_tbls <- "dm"
sdtm_dir <- system.file("extdata", package = "sdtmval")
sdtm_dat <- read_sdtm_tbls(sdtm_tbls, dir = sdtm_dir)
[Package sdtmval version 0.4.1 Index]