Skip to contents

Write the location of vdat.exe to the environmental variables.

Usage

vdat_here(here = Sys.getenv("VDAT_EXE"))

Arguments

here

location of vdat.exe, either a full path name or relative to the current working directory. Defaults to the value of the "VDAT_EXE" environment variable

Examples

if (FALSE) { # all(skip_example_on_ci(), skip_example_on_runiverse())

# Auto-find vdat:
vdat_here()

# Provide an explicit location:
vdat_here("c:/program files/innovasea/fathom connect/vdat.exe")
}