infix-concatenation: Infix string concatenation.

Description Usage Arguments Examples

Description

The infix operators listed here are three versions of paste.

Usage

1
2
3
lhs %<<% rhs

lhs %<<<% rhs

Arguments

lhs

left string

rhs

right string

Examples

1
2
3
4
who <- "world"
'hello_' %<<<% who

'Sing with me' %<<% head(letters) %<<% '...'

RDocTaskForce/pkgcond documentation built on May 3, 2021, 9:42 a.m.