EVExportLineAsCSV: Export an Echoview line as a CSV file

View source: R/EVExportLine.R

EVExportLineAsCSVR Documentation

Export an Echoview line as a CSV file

Description

This function exports an Echoview line object as a CSV file.

Usage

EVExportLineAsCSV(
  EVFile,
  acoVarName,
  lineName,
  filePath,
  pingRange = c(-1, -1)
)

Arguments

EVFile

Echoview file COM object

acoVarName

The acoustic variable name to which the line is associated

lineName

Echoview line object name

filePath

Path and filename for the resulting CSV file.

pingRange

=c(-1,1) Optional ping range over which to export the Echoview line object. Default is to export the lien for all pings

Details

The Echoview line object should be associated with an Echoview acoustic variable object. Optionally, the line can be exported for a subset of pings.


AustralianAntarcticDivision/EchoviewR documentation built on May 14, 2024, 10:32 a.m.