%s% {CPAT} | R Documentation |
Concatenate (With Space)
Description
Concatenate and form strings (with space separation)
Usage
x %s% y
Arguments
x |
One object |
y |
Another object |
Value
A string combining x
and y
with a space separating them
Examples
`%s%` <- CPAT:::`%s%`
"Hello" %s% "world"
[Package CPAT version 0.1.0 Index]