View source: R/utils-get-ss3-name.R
get_ss3_exe_name | R Documentation |
Get the name of the SS3 executable to use.
get_ss3_exe_name(ss_exe = NULL)
ss_exe |
The name of executable to use or |
Simple logic to either use:
the one provided in the ss_exe
argument, if it is not NULL
the one defined in ss_executable which is a package data variable
throw an error if both the above options are NULL
Note that this function does not check to see if the executable exists
or is on the 'PATH' or anything else, it is just a logic gate returning a
string
The name of the SS3 executable to use error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.