View source: R/echoIBM.getFileTypes.R
| echoIBM.getFileTypes | R Documentation | 
Reads the header of all files in an event and classifies into the following file types: beams (beam configuration), ctd, vessel, pings, school, tsd, other.
echoIBM.getFileTypes(
  files,
  ext = list(beams = "beams", ctd = "ctd", pings = "pings", school = "school", vessel =
    "vessel", noise = NULL),
  labl = list(beams = c("cali"), noise = c("bgns", "nrns", "nr0a", "nr0p")),
  recursive = TRUE
)
files | 
 list of files for which file type should be detemined.  | 
ext | 
 Vector of file extensions to test the files against.  | 
labl | 
 Key varialbe names corresponding to the file types given in   | 
recursive | 
 Used in list.files() when files is a single directory.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.