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