| %s% | R Documentation | 
A set of helpful operators to make writing and basic data analysis easier.
e1 %s% e2
| e1 | a character string | 
| e2 | a character string | 
# base R
paste0("A longer string ", "can be ", "built")
# with the %s% operator
"A longer string " %s% "can be " %s% "built"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.