powered by
Collapse rows of characters. Fast alternative to apply(x,1,paste0,collapse="")
rowPaste(object)
A matrix/data.frame/list containing the characters.
if (FALSE) { M <- matrix(letters,nrow = 26, ncol = 2) rowPaste(M) }
Run the code above in your browser using DataLab