readSAS | R Documentation |
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
read_sas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.