Description Usage Arguments Value Author(s) Examples
View source: R/read_sas7bdat.R
Fast reading of .sas7bdat files.
| 1 | read_sas7bdat(file, column_information)
 | 
| file | a character string containing the path of the .sas7bdat file. | 
| column_information | a character string or object which will be assigned the column description information. | 
A data frame with containing the .sas7bdat data and column descriptions assigned to column_information object.
Aaron Hayman
| 1 | dat = read_TAB(p = "...\\data.sas7bdat",column_information = cols)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.