get_local_vue_version | R Documentation |
Get version of local installation of Innovasea program VUE.exe
get_local_vue_version(vue_exe_path = NULL)
vue_exe_path |
The full path to |
A list with version
(version number) and long_version
(full
string returned by VUE.exe).
## Not run:
# use if VUE.exe in Windows system PATH variable
get_local_vue_version()
# or specify path to VUE.exe
get_local_vue_version(
vue_exe_path =
"C:/Program Files (x86)/Vemco/VUE"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.