| EVIntegrationByRegionsExport | R Documentation | 
This function performs integration by regions and exports the results using COM scripting.
EVIntegrationByRegionsExport(
  EVFile,
  acoVarName,
  regionClassName,
  exportFn,
  dataThreshold = NULL
)
EVFile | 
 An Echoview file object  | 
acoVarName | 
 A string containing the name of an Echoview acoustic variable  | 
regionClassName | 
 A string containing the name of an Echoview region class  | 
exportFn | 
 export filename and path  | 
dataThreshold | 
 An optional data threshold for export  | 
a list object with one element, $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
EVIntegrationByRegionsExport(EVFile, "120 aggregations", "aggregations", exportFn = "~~/KAOS/EVIntegrationByRegionsExport_example.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.