paste {pwrFDR} | 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 izmirlian@nih.gov
Examples
library(pwrFDR)
"var" %,% (1:10)
[Package pwrFDR version 2.8.9 Index]