EVVersion: Get the current version of Echoview

View source: R/EVVersion.R

EVVersionR Documentation

Get the current version of Echoview

Description

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

Usage

EVVersion(EVApp = NULL)

Arguments

EVApp

An Echoview Application object

References

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

Examples

## Not run: 
#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)

## End(Not run)


AustralianAntarcticDivision/EchoviewR documentation built on Aug. 21, 2023, 6:56 p.m.