| collapse | R Documentation |
A simple wrapper for paste(x, collapse).
collapse(x, sep = ",")
x |
[ |
sep |
[ |
[character(1)].
collapse(c("foo", "bar"))
collapse(c("foo", "bar"), sep = ";")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.