%+% | R Documentation |
This is intended to be similar to Python + for strings, but vectorised. This is mainly to avoid the awkward syntax of base R base::paste0.
a %+% b
a |
A character object. |
b |
A character object. |
The concatenated string.
"3" %+% "a" #You get "3a"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.