infix: Binary Infix Concatenation

Description Usage Arguments Examples

Description

%c%:

binary infix operator for strings.

% c %:

like %c% but with a space between its inputs.

%,%, %or%, %and%:

infix versions of cc, cc_or, cc_and.

Usage

1
2
3
4
5
6
7
8
9
x %c% y

x % c % y

x %,% y

x %or% y

x %and% y

Arguments

x, y

Character vectors.

Examples

1
2
3
4
v <- "important value"
v %c% "!"

message("Two" % c % "words")

jamesdunham/concatenate documentation built on May 18, 2019, 11:19 a.m.