get_local_vdat_template: Get schema from local installation of Innovasea program...

View source: R/util-vdat.r

get_local_vdat_templateR Documentation

Get schema from local installation of Innovasea program VDAT.exe

Description

Get schema from local installation of Innovasea program VDAT.exe

Usage

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

Details

A bug in vdat.exe version 9 (confirmed on vdat-9.3.0) will cause this function to return an empty list. Fixed in vdat.exe version 10 (confirmed on vdat-10.6.0).

Value

Schema (template) of VDAT CSV produced by installed version of VDAT.exe.

Examples

## Not run: 

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

# or specify path to VDAT.exe
get_local_vdat_template(
  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.