paste {TableMonster} | R Documentation |
The paste operator
Description
A binary operator shortcut for paste(x,y)
Usage
x %,% y
Arguments
x |
a character string |
y |
a character string |
Value
The concatenated character string
Author(s)
Grant Izmirlian grant.izmirlian@astrazeneca.com
Examples
"var" %,% (1:10)
[Package TableMonster version 1.7.8 Index]