Skip to contents

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

Usage

EVVersion(EVApp = NULL)

Arguments

EVApp

An Echoview Application object

Examples

if (FALSE) {
#Create an Echoview application object and start Echoview
EVApp <- StartEchoview()
#get the current version of the Echoview App started through EchoviewR
EVVersion(EVApp)
#Quit the application again
QuitEchoview(EVApp)
}