Read a SAS b7dat Data Set
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.
readSAS(file, rownames=FALSE, stringsAsFactors=FALSE)
file |
path to a SAS b7dat file. |
rownames |
if |
stringsAsFactors |
if |
a data frame
John Fox jfox@mcmaster.ca
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.