Description Usage Arguments Value Examples
Infix operators for string concatenation. NA values are ignored rather than pasted as literals (the default paste behavior).
| 1 2 3 4 5 6 7 | concat(x, y, sep)
x %&% y
x %_% y
x % % y
 | 
| sep | a character string to separate the terms.  Not
 | 
A string equal to the concatenation of ....
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.