get_local_vdat_version: Get version of local installation of Innovasea program...

View source: R/util-vdat.r

get_local_vdat_versionR Documentation

Get version of local installation of Innovasea program VDAT.exe

Description

Get version of local installation of Innovasea program VDAT.exe

Usage

get_local_vdat_version(vdat_exe_path = NULL)

Arguments

vdat_exe_path

The full path to VDAT.exe. If NULL (default) then the path to VDAT.exe must be in the PATH environment variable of the system. See check_vdat.

Value

A list with version (version number) and long_version (full string returned by VDAT.exe).

Examples

## Not run: 

# use if VDAT.exe in Windows system PATH variable
get_local_vdat_version()

# or specify path to VDAT.exe
get_local_vdat_version(
  vdat_exe_path =
    "C:/Program Files/Innovasea/Fathom/VDAT.exe"
)

## End(Not run)


ocean-tracking-network/glatos documentation built on April 17, 2025, 10:38 p.m.