PwrGSD (version 2.3.1)

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

paste(x, y, sep="")

Examples

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

Run the code above in your browser using DataLab