%^% | R Documentation |
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]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.