View source: R/CoreFunctions.R
programName | R Documentation |
This is a helper function used in the fusionwrapr package to build the text string
for the program name. It uses the use64bit
parameter to control use of
64-bit versions of command line programs and will include the FUSION install
path if it has been provided using setFUSIONpath()
.
programName(name, use64bit = FALSE)
name |
character string with the base program name. |
use64bit |
boolean value indicating 64-bit version of the program
specified in |
A (invisible) string containing the program name.
## Not run:
programName("ClipData", TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.