EVImportLine: Import an Echoview line (EVL format) file

EVImportLineR Documentation

Import an Echoview line (EVL format) file

Description

This function imports an Echoview line (.EVL) format line into Echoview and can rename the imported line or replace a line.

Usage

EVImportLine(
  EVFile,
  pathAndFn = NULL,
  lineName = NULL,
  overwriteExistingLine = TRUE
)

Arguments

EVFile

("COMIDispatch) An Echoview file COM object

pathAndFn

= NULL (character) path and file name of an EVL file

lineName

= NULL (character) desired line name

overwriteExistingLine

= TRUE (boolean) overwrite an existing line named lineName

Value

list $lineObj=COM object for the imported line (class COMIDispatch), msg= vector of messages)

Note

Overwriting an existing line only works with editable lines.


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