Learn R Programming

pwrFDR (version 3.2.4)

paste: The paste operator

Description

A binary operator shortcut for paste(x,y)

Usage

x %,% y

Value

The concatenated character string

Arguments

x

a character string

y

a character string

Author

Grant Izmirlian izmirlian@nih.gov

Examples

Run this code
  library(pwrFDR)
  "var" %,% (1:10)

Run the code above in your browser using DataLab