EVOpenFile: Open an existing Echoview file (.EV)

EVOpenFileR Documentation

Open an existing Echoview file (.EV)

Description

This function opens an existing Echoview (.EV) file using COM scripting.

Usage

EVOpenFile(EVAppObj, fileName)

Arguments

EVAppObj

An EV application COM object arising from the call COMCreate('EchoviewCom.EvApplication')

fileName

An Echoview file path and name.

Value

a list object with two elements. $EVFile: EVFile COM object, and $msg: message for processing log.

References

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

Examples

## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')

## End(Not run)

AustralianAntarcticDivision/EchoviewR documentation built on May 4, 2024, 2:28 p.m.