powered by
Analogous to paste0(x, y).
paste0(x, y)
x %+% y
Objects to be converted to character vectors.
# NOT RUN { "01" %+% "jan" %+% "1970" # returns "01jan1970" # }
Run the code above in your browser using DataLab