Ch17-concat: The paste operator

pasteR 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

The concatenated character string

Author(s)

Grant Izmirlian izmirlian@nih.gov

Examples

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

pwrFDR documentation built on April 11, 2025, 5:47 p.m.