Learn R Programming

TableMonster (version 1.7.6)

paste: The paste operator

Description

A binary operator shortcut for paste(x,y)

Usage

x %,% y

Value

The concatenated character string

Arguments

x

a character string

y

a character string

Author

Grant Izmirlian izmirlian@nih.gov

Examples

Run this code
  "var" %,% (1:10)

Run the code above in your browser using DataLab