Reads a file in sas7bdat format and converts to either a comma separated value or an R serialized data format
1 | convert_sas(file, write_path, to_ext = "rds")
|
file |
the name of the file which the data are to be read from. If it does not contain an absolute path, the file name is relative to the current working directory. |
write_path |
the filepath to save the converted file. The directory will be created if not already present. |
to_ext |
either 'csv' or 'rds' options are available. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.