| paste0 {infix} | R Documentation |
Concatenate Strings
Description
Analogous to paste0(x, y).
Usage
x %+% y
Arguments
x, y |
Objects to be converted to character vectors. |
Examples
"01" %+% "jan" %+% "1970" # returns "01jan1970"
[Package infix version 0.1.0 Index]