saveDataframesAsFiles {nprcgenekeepr} | R Documentation |
Write copy of dataframes to either CSV, TXT, or Excel file.
Description
Takes a list of dataframes and creates a file based on the list name of the dataframe and the extension for the file type.
Usage
saveDataframesAsFiles(dfList, baseDir, fileType = "csv")
Arguments
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
|
Value
Full path name of files saved.
[Package nprcgenekeepr version 1.0.7 Index]