paste {PwrGSD}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

paste(x, y, sep="")

Author(s)

Grant Izmirlian izmirlian@nih.gov

Examples

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

[Package PwrGSD version 1.15 Index]