grapes-plus-grapes: Operator for concatenating

Description Usage Arguments Value Examples

Description

Operator is a handy alternative to paste(), which allows you to concatenate strings.

Usage

1
... %+% NA

Arguments

...

Individual objects that are to be concatenated.

Value

String with concatenated objects.

Examples

1
2
3
"a" %+% "b"
3 %+% 4
do.call(`%+%`, as.list(letters))

sfeuerriegel/ResearchGroupTools documentation built on May 29, 2019, 8:01 p.m.