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

  "var" %,% (1:10)

TableMonster documentation built on April 3, 2025, 8:58 p.m.