Description Usage Arguments Details Value
Given a named list of argument values, generate a single character string containing all arguments and values, separated by single spaces. Logical values imply that the argument is either included (without a value) or excluded in the character string. For vector-valued arguments, the values will be comma separated in the final string.
1 | .createFlags(flagList)
|
flagList |
A named list of argument values. Vectors will be collapsed and separated by a comma. |
Adapted from the Rbowtie package
A character string with the arguments and their values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.