powered by
This is the same as doing sapply(char.list, paste, collapse = collapse), it's just faster.
sapply(char.list, paste, collapse = collapse)
PasteCollapseListElems(char_list, collapse = "")
A list of character vectors.
See paste.
paste
PasteCollapseListElems(list(1:3, c("a", 5, "rory")), collapse = "R")
Run the code above in your browser using DataLab