check_vue | R Documentation |
Check path to Innovasea program VUE.exe
check_vue(vue_exe_path = NULL)
vue_exe_path |
The full path to |
Character string with command for calling VUE.exe via
system2
's command
argument.
## Not run:
# use Windows system PATH variable
check_vue()
# use path to directory containing VUE.exe
check_vue(vue_exe_path = "C:/Program Files (x86)/VEMCO/VUE")
# use full path to VUE.exe
check_vue(vue_exe_path = "C:/Program Files (x86)/VEMCO/VUE/VUE.exe")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.