View source: R/massFunctions.R
combineMassFiles | R Documentation |
This function combines all good mass records in a single dataframe and, optionally, writes a csv.
combineMassFiles(path = ".", writeCsv = FALSE, fileName = "allMassFiles.csv")
path |
character designating directory containing files of interest |
writeCsv |
logical indicating whether to print output to csv file |
fileName |
character for name of output file |
dataframe of mass data from all raw mass files in directory of interest, returned invisibly. A csv file is returned if writeCsv is TRUE.
listBadFiles
and readMassFile
and
investigateMassFiles
which are other useful functions that
deal with mass files
## Not run:
setwd("I:\\Departments\\Research\\EchinaceaVolunteers\\Balance\\sampleForEchLab\\CG2009_goodFiles")
tt <- combineMassFiles()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.