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")Full path name of files saved.
list of dataframes to be stored as files.
"txt", "csv", or "xlsx". Default value is "csv".
character vector of length on with the directory path.
character vector of length one with possible values of
"txt", "csv", or "xlsx". Default value is "csv".