View source: R/massFunctions.R
listBadFiles | R Documentation |
Find mass files that don't return a good csv files. Bad files usually result from an extra comma in the first line.
listBadFiles(path = ".")
path |
character designating directory containing files of interest |
character vector of bad file names
combineMassFiles
and readMassFile
and
investigateMassFiles
which are other useful functions that
deal with mass files
## Not run:
setwd("I:\\Departments\\Research\\EchinaceaVolunteers\\Balance\\sampleForEchLab\\CG2009_rawFiles")
listBadFiles( )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.