scanRawdata | R Documentation |
Scan the contents of a directory which contains sas data files
scanRawdata(
dir,
which = c("pop", "doede", "diag", "lmdb", "opr"),
verbose = FALSE
)
dir |
directory which contains the sas files |
which |
vector of expressions to match the file names |
verbose |
passed to importSAS |
Scan the contents of a directory which contains sas data files
list of file contents
Thomas A. Gerds <tag@biostat.ku.dk>
listRawdata
## Not run:
scanRawdata("x:/Data/Rawdata_Hurtig/706818/",which=c("pop","lmdb"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.