.createFlags {Rhisat2} | R Documentation |
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.
.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.