Learn R Programming

pwrFDR (version 2.8.9)

paste: 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

Examples

Run this code
# NOT RUN {
  library(pwrFDR)
  "var" %,% (1:10)
# }

Run the code above in your browser using DataLab