Skip to contents

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

Value

a named list of data frames where the names are taken from sdtm_tbls and the data frames are the SDTM data

Details

The file encoding will be UTF-8.

See also

Examples

sdtm_tbls <- "dm"
sdtm_dir <- system.file("extdata", package = "sdtmval")
sdtm_dat <- read_sdtm_tbls(sdtm_tbls, dir = sdtm_dir)