Description Usage Arguments Examples
The %p%
operator is a shortcut for paste0
.
1 2 3 | x %p% y
concatenate(x, y)
|
x |
a first vector to paste |
y |
a second vector to paste |
1 2 3 | "abc" %p% "def"
"v_" %p% 1:3
c("A", "B", "C") %p% 1:3
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.