kollapse | R Documentation |
Collapses values and strings to one string (without a white space). It also prints the results (good for a quick check)
kollapse(..., collapseby = "", print = 1)
... |
Variables (strings, vectors) to be collapsed in consecutively. |
collapseby |
collapse elements into a string separated by this character |
print |
Print the results to the terminal. Default is 1 for |
kollapse(
"Hello ", LETTERS[24],
", the winning numbers are ", c(1, 3, 5, 65, 11), " . Yay!"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.