View source: R/CoreFunctions.R
addSwitch | R Documentation |
This is a helper function used in the fusionwrapr package to build the text string
for command line switches. The resulting string is appended to cl
.
addSwitch(cl, opt)
cl |
character string. Potentially contains other command line elements. |
opt |
object containing the boolean switch value. The name of the object is used when constructing the option text. The option is only included when the value is TRUE. |
A (invisible) string containing the modified cl
string.
## Not run:
addOption(cl, zmin)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.