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

The concatenated character string

Author(s)

Grant Izmirlian izmirlian@nih.gov

Examples

  "var" %,% (1:10)

[Package TableMonster version 1.7.5 Index]