This function returns the version of Echoview that was started through EchoviewR

EVVersion(EVApp = NULL)

Arguments

EVApp

An Echoview Application object

References

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

Examples

#Create an Echoview application object and start Echoview EVApp <- StartEchoview()
#> 2018-11-01 10:54:57: Opening Echoview
#> Warning: Couldn't get clsid from the string
#> Error: Invalid class string
#get the current version of the Echoview App started through EchoviewR EVVersion(EVApp)
#> Error in EVVersion(EVApp): object 'EVApp' not found
#Quit the application again QuitEchoview(EVApp)
#> 2018-11-01 10:54:57: Closing Echoview
#> Error in QuitEchoview(EVApp): object 'EVApp' not found