Description Usage Arguments Examples
Paste all combinations of elements of a set of strings.
1 | combo.paste(a, b, ..., sep = ".")
|
a |
(character) vector 1, left-hand side of output |
b |
(character) vector 2, right-hand side of output |
sep |
a character string to separate the results |
1 2 3 4 | combo.paste(letters[1:2], letters[3:4]) ##
combo.paste(letters[1:2], letters[3:4], sep = "_")
combo_paste(letters[1:2], letters[3:4]) ## some common options for sep can be specified via the the function name
combopaste3(letters[1:2], letters[3:4], letters[24:26]) ## accommodates upt to three vectors
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.