Learn R Programming

mcp (version 0.3.3)

cumpaste: Cumulative pasting of character columns

Description

Cumulative pasting of character columns

Usage

cumpaste(x, .sep = " ")

Value

string.

Arguments

x

A column

.sep

A character to append between pastes

Author

Jonas Kristoffer Lindeløv jonas@lindeloev.dk but Inspired by https://stackoverflow.com/questions/24862046/cumulatively-paste-concatenate-values-grouped-by-another-variable