check_vdat | R Documentation |
Check path to Innovasea program VDAT.exe
check_vdat(vdat_exe_path = NULL)
vdat_exe_path |
The full path to |
Character string with command for calling VDAT.exe via
system2
's command
argument.
## Not run:
# use Windows system PATH variable
check_vdat()
# use path to directory containing VDAT.exe
check_vdat(vdat_exe_path = "C:/Program Files/Innovasea/Fathom")
# use full path to VDAT.exe
check_vdat(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.