Description Usage Arguments Examples
%+%:binary infix operator for strings.
% + %:like %+% but with a space between its
inputs.
%,%, %or%, %and%:infix versions of
cc, cc_or, cc_and.
1 2 3 4 5 6 7 8 9 | x %+% y
x % + % y
x %,% y
x %or% y
x %and% y
|
x, y |
Character vectors. |
1 2 3 4 | v <- "important value"
v %+% "!"
message("Two" % + % "words")
|
[1] "important value!"
Two words
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.