sas2csv: Convert sas7bdat files to CSV

Description Usage Arguments Details See Also

Description

Convert sas7bdat files to CSV

Usage

1
sas2csv(sas.dir, csv.dir)

Arguments

sas.dir

Path to a directory full of SAS files in sas7bdat format

csv.dir

Path to a directory where csv files should be saved. If this directory does not exist it will be created automatically if possible

Details

This function takes two arguments. A file path to a directory containing one or more SAS files and a file path to a directory where you would like the corresponding csv files to be saved. The conversin relies on the read_sas function from the haven package. You will need to install this if you do not have it already. install.packages('haven')

See Also

read_sas


RichardBirnie/rbutils documentation built on May 9, 2019, 10:04 a.m.