EVSaveFile | R Documentation |
This function saves an existing Echoview (.EV) file using COM scripting.
EVSaveFile(EVFile)
EVFile |
An Echoview file COM object |
a list object with two elements. $chk: Boolean check indicating if the file was successfully saved; $msg: message for processing log.
http://support.echoview.com/WebHelp/Echoview.htm/
EVOpenFile
## Not run:
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVSaveFile(EVFile)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.