get_local_vdat_version | R Documentation |
Get version of local installation of Innovasea program VDAT.exe
get_local_vdat_version(vdat_exe_path = NULL)
vdat_exe_path |
The full path to |
A list with version
(version number) and long_version
(full
string returned by VDAT.exe).
## Not run:
# use if VDAT.exe in Windows system PATH variable
get_local_vdat_version()
# or specify path to VDAT.exe
get_local_vdat_version(
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.