convert_sas_dir: Convert multiple sas7bdat files

Description Usage Arguments

View source: R/convert_sas_dir.R

Description

Reads multiple files from a directory in sas7bdat format and converts to either a comma separated value or an R serialized data format

Usage

1
convert_sas_dir(file_path, write_path, to_ext = "rds")

Arguments

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.


cotswold66/filej documentation built on March 22, 2020, 1:13 a.m.