View source: R/CoreFunctions.R
setGlobalCommandOptions | R Documentation |
setGlobalCommandOptions
sets environment variables local to the fusionwrapr
package that control
how individual commands are handled. Use of setGlobalCommandOptions
can simplify testing of commands and
the creation of batch files.
setGlobalCommandOptions(
use64bit = NULL,
runCmd = NULL,
saveCmd = NULL,
cmdFile = NULL,
echoCmd = NULL
)
use64bit |
boolean: indicates 64-bit version of the program should be used. |
runCmd |
boolean: indicates command line should be executed. |
saveCmd |
boolean: indicates command line should be written to a file. If this is |
cmdFile |
character: contains the name of the file to which commands should be written. |
echoCmd |
boolean: indicates command line should be displayed. |
Default behavior for dispatching commands is use the 64-bit version of programs (if available) and run the commands without echoing them to the console.
boolean TRUE
setGlobalCommandOptions(runCmd = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.