EVExportUnderlying: Export underlying data for an acoustic variable

EVExportUnderlyingR Documentation

Export underlying data for an acoustic variable

Description

This function exports underlying data for an Echoview acoustic variable using COM scripting

Usage

EVExportUnderlying(EVFile, variableName, pingRange = c(-1, -1), filePath)

Arguments

EVFile

An Echoview file COM object

variableName

a string containing the name of an EV acoustic variable

pingRange

= c(-1,-1) ping range to export

filePath

a string containing the file path and name to save the exported data to

Details

pingRange defaults are all pings i.e. start=-1 and stop=-1

Value

a list object with 1 element: message for progessing log

References

http://support.echoview.com/WebHelp/Echoview.htm/

See Also

EVOpenFile

Examples

## Not run: 
EVAppObj = COMCreate('EchoviewCom.EvApplication')
EVFile = EVOpenFile(EVAppObj, '~~KAOS/KAOStemplate.EV')$EVFile
EVExportUnderlying(EVFile = EVFile, variableName = '38 seabed and surface excluded', pingRange = c(1, 100), filePath = '~~Desktop/test.csv')

## End(Not run)

AustralianAntarcticDivision/EchoviewR documentation built on Aug. 21, 2023, 6:56 p.m.