rowPaste | R Documentation |
Collapse rows of characters. Fast alternative to apply(x,1,paste0,collapse="")
rowPaste(object)
object |
A matrix/data.frame/list containing the characters. |
## Not run:
M <- matrix(letters,nrow = 26, ncol = 2)
rowPaste(M)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.