convert_sas: Convert sas7bdat file to either rds or csv format

Description Usage Arguments

View source: R/convert_sas.R

Description

Reads a file in sas7bdat format and converts to either a comma separated value or an R serialized data format

Usage

1
convert_sas(file, write_path, to_ext = "rds")

Arguments

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.


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