ChC2-pste: The paste operator

Description Usage Arguments Value Author(s) Examples

Description

A binary operator shortcut for paste(x,y)

Usage

1
x %,% y

Arguments

x

a character string

y

a character string

Value

paste(x, y, sep="")

Author(s)

Grant Izmirlian izmirlian@nih.gov

Examples

1
2
  library(PwrGSD)
  "var" %,% (1:10)

PwrGSD documentation built on May 2, 2019, 4:54 p.m.