check_vdat: Check path to Innovasea program VDAT.exe

View source: R/util-vdat.r

check_vdatR Documentation

Check path to Innovasea program VDAT.exe

Description

Check path to Innovasea program VDAT.exe

Usage

check_vdat(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.

Value

Character string with command for calling VDAT.exe via system2's command argument.

Examples

## Not run: 

# use Windows system PATH variable
check_vdat()


# use path to directory containing VDAT.exe
check_vdat(vdat_exe_path = "C:/Program Files/Innovasea/Fathom")


# use full path to VDAT.exe
check_vdat(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.