%+% {Revticulate} | R Documentation |
Operator for concatenation.
Description
Rapid string parsing
Usage
a %+% b
Arguments
a |
The first String |
b |
The second String |
Details
Method for quicker pasting of Strings.
Value
character formatted concatenation of both input strings.
[Package Revticulate version 1.0.0 Index]