readSAS {RcmdrMisc} | R Documentation |
Read a SAS b7dat Data Set
Description
readSAS
reads a SAS “b7dat” data set, stored in a file of type .sas7bdat
, into an R data frame; it provides
a front end to the read_sas
function in the haven package.
Usage
readSAS(file, rownames=FALSE, stringsAsFactors=FALSE)
Arguments
file |
path to a SAS b7dat file. |
rownames |
if |
stringsAsFactors |
if |
Value
a data frame
Author(s)
John Fox jfox@mcmaster.ca
See Also
[Package RcmdrMisc version 2.9-1 Index]