View source: R/CoreFunctions.R
checkRunSaveFile | R Documentation |
This is a helper function used in the fusionwrapr package to verify the combination of the runCmd, saveCmd, and cmdFile options for functions that build command line.
checkRunSaveFile(runCmd, saveCmd, cmdFile)
runCmd |
boolean indicating command line should be executed. |
saveCmd |
boolean indicating command line should be written to a file. |
cmdFile |
character string containing the name of the file to which commands should be written. |
An (invisible) boolean TRUE, If the options are inconsistent, execution stops.
## Not run:
checkRunSaveFile(FALSE, TRUE, "test.bat")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.