EVCreateFileset | R Documentation |
This function creates a new echoview fileset via COM scripting
EVCreateFileset(EVFile, filesetName)
EVFile |
An Echoview file COM object |
filesetName |
Echoview fileset name to create |
a list object with two elements. $fileset: created fileset COM object, and $msg: message for processing log.
http://support.echoview.com/WebHelp/Echoview.htm/
EVNewFile
EVCreateNew
EVOpenFile
## Not run:
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVCreateFileset(EVFile = EVFile, filesetName = 'example')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.