- files
- Optional vector of mp3, WAC, or WAV files to extract surveys from. 
  
- from
- Directory containing mp3, WAC, or WAV recordings to extract survey from; required only if - filesis missing.
 
  
- to
- Directory where surveys will be placed after extraction. 
  
- csv.dir
- Directory where csv file of survey metadata will be saved; defaults to the - todirectory.
 
  
- csv.name
- Name to save csv file of metadata, character value ending in .csv 
  
- loc.prefix
- Character value identifying the location at which the recording was made.  Will be used in the file name (see Details) and the csv file name.  Must be in tblLocation.fldLocationName in the acoustics database. 
  
- ext
- three-characters.  The file extension defining the type of files to move, rename, and collect metadata on.  Typically in - c("wav", "wac")
 
  
- rec.tz
- Time zone for which the recordings were made (optional). Needed if different from the time zone setting of the operating system, when times will be adjusted to the ‘correct’ time zone. See details. 
  
- hours.offset
- Hours to offset the modification time. Minimally useful when the recorder clock was set incorrectly. Use not at all, or if you must, with caution. 
  
- CardRecorderID
- Numeric key value from tblCardRecorder.pkCardRecorderID, which links the recorder that made the recording with the location it was recorded. 
  
- kaleidoscope
- Logical. If - ext = "wac"files must be converted to .wav in Kaleidoscope.  Setting to- TRUEanticipates the renaming by Kaleidoscope.
 
  
- split.channels
- Logical. If - ext = "wac"files must be converted to .wav in Kaleidoscope.  Setting to- TRUEanticipates further renaming by Kaleidoscope.
 
  
- metadata.only
- Logical.  If - ext = "wac"files must be converted to .wav before metadata can be collected; this argument typically is used in the second pass to collect the metadata.
 
  
- full.survey.names
- Logical.  - TRUEwill use the full file path for the survey name in the resulting metadata table.  In those cases the full path name will be stored in the database as well.  Useful for coping with nested or disparate survey directories.
 
  
- rename
- Logical.  - FALSEwill disable renaming.
 
  
- copy
- Logical.  - FALSEwill disable file copying.