cumpaste {mcp} | R Documentation |
Cumulative pasting of character columns
Description
Cumulative pasting of character columns
Usage
cumpaste(x, .sep = " ")
Arguments
x |
A column |
.sep |
A character to append between pastes |
Value
string.
Author(s)
Jonas Kristoffer Lindeløv jonas@lindeloev.dk but Inspired by https://stackoverflow.com/questions/24862046/cumulatively-paste-concatenate-values-grouped-by-another-variable
[Package mcp version 0.3.4 Index]