Paste strings together.
Paste strings together. A wrapper of paste0()
.
Why %^%
? Because typing %
and ^
is pretty easy by
pressing Shift + 5 + 6 + 5.
x %^% y
x, y |
Any objects, usually a numeric or character string or vector. |
A character string/vector of the pasted values.
"He" %^% "llo" "X" %^% 1:10 "Q" %^% 1:5 %^% letters[1:5]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.