Concatenate (With Space)
Concatenate and form strings (with space separation)
x %s% y
x |
One object |
y |
Another object |
A string combining x
and y
with a space separating them
`%s%` <- CPAT:::`%s%` "Hello" %s% "world"
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.