R/saveDataframesAsFiles.R
saveDataframesAsFiles.Rd
Takes a list of dataframes and creates a file based on the list name of the dataframe and the extension for the file type.
saveDataframesAsFiles(dfList, baseDir, fileType = "csv")
dfList | list of dataframes to be stored as files.
|
---|---|
baseDir | character vector of length on with the directory path. |
fileType | character vector of length one with possible values of
|
Full path name of files saved.