View source: R/convert_sas_dir.R
Reads multiple files from a directory in sas7bdat format and converts to either a comma separated value or an R serialized data format
1 | convert_sas_dir(file_path, write_path, to_ext = "rds")
|
file_path |
the name of the directory which the data are to be read from. If it does not contain an absolute path, the directory 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.