%_% | R Documentation |
Allows quick chaining together of character strings.
a %_% b
a |
R object to be converted to a character vector. |
b |
R object to be converted to a character vector. |
sep |
A character string to separate the terms; passed to |
The concatenation of a
and b
.
paste
who <- "world" "Hello " %_% who %_% "!"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.