get_local_vdat_template | R Documentation |
Get schema from local installation of Innovasea program VDAT.exe
get_local_vdat_template(vdat_exe_path = NULL)
vdat_exe_path |
The full path to |
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).
Schema (template) of VDAT CSV produced by installed version of VDAT.exe.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.