EVCreateFileset: Create a new Echoview fileset

EVCreateFilesetR Documentation

Create a new Echoview fileset

Description

This function creates a new echoview fileset via COM scripting

Usage

EVCreateFileset(EVFile, filesetName)

Arguments

EVFile

An Echoview file COM object

filesetName

Echoview fileset name to create

Value

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

References

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

See Also

EVNewFile EVCreateNew EVOpenFile

Examples

## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVCreateFileset(EVFile = EVFile, filesetName = 'example')

## End(Not run)

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