sas_contents | R Documentation |
Sas Contents v0.0.1
sas_contents(sas_path)
sas_path |
Path to a .sas7bdat file. |
TODO data.frame with the following columns: variable - names of the variables in the dataset. length - the storage length of the variable. type - what kind of variable. label - the variable label. n - the row count.
Note the function will always return a data.frame. If it fails, then the row count will be zero.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.