Description Usage Arguments Value Examples
Concatenate two strings (scalar character values) together, and automatically separate them by a single space.
1 | x %+% y
|
x, y |
Strings to be concatenated. |
A character(1)
composed of x
and y
separated by a space.
1 | identical("My name is" %+% "Foo Baz.", "My name is Foo Baz.") # TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.