Skip to contents

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

Usage

vdat_here(here = NULL)

Arguments

here

location of vdat.exe, either a full path name or relative to the current working directory.

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")
}