View source: R/CoreFunctions.R
addOption | R Documentation |
This is a helper function used in the fusionwrapr package to build the text string
for command line options that require parameters. The resulting string is appended
to cl
.
addOption(cl, opt, quote = FALSE)
cl |
character string. Potentially contains other command line elements. |
opt |
object containing the option value. The name of the object and the value are used when constructing the option text. |
quote |
boolean indicating the entire option should be enclosed in quotes. |
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.