Description Usage Arguments Value See Also Examples
Allows quick chaining together of character strings.
| 1 | 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.
| 1 2 | who <- "world"
"Hello " %_% who %_% "!"
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.