| readSAS | R Documentation |
Read a SAS b7dat Data Set
readSAS(file, rownames = FALSE, stringsAsFactors = FALSE)
file |
path to a SAS b7dat file. |
rownames |
if |
stringsAsFactors |
if |
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.
a data frame.
John Fox
read_sas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.