scanRawdata: Scan sas data files

View source: R/scanRawdata.R

scanRawdataR Documentation

Scan sas data files

Description

Scan the contents of a directory which contains sas data files

Usage

scanRawdata(
  dir,
  which = c("pop", "doede", "diag", "lmdb", "opr"),
  verbose = FALSE
)

Arguments

dir

directory which contains the sas files

which

vector of expressions to match the file names

verbose

passed to importSAS

Details

Scan the contents of a directory which contains sas data files

Value

list of file contents

Author(s)

Thomas A. Gerds <tag@biostat.ku.dk>

See Also

listRawdata

Examples

## Not run: 
scanRawdata("x:/Data/Rawdata_Hurtig/706818/",which=c("pop","lmdb"))

## End(Not run)

tagteam/heaven documentation built on April 26, 2024, 6:22 a.m.