Concatenation: Combine strings together

Description Usage Arguments Value Note See Also Examples

Description

Operator equivalent of regex.

Usage

1
2
3
x %c% y

x %R% y

Arguments

x

A character vector.

y

A character vector.

Value

A character vector representing part or all of a regular expression.

Note

%c% was the original operator for this ('c' for 'concatenate'). This is hard work to type on a QWERTY keyboard though, so it has been replaced with %R%.

See Also

regex, paste

Examples

1
2
# Notice the recycling
letters %R% month.abb

richierocks/rebus.base documentation built on May 27, 2019, 8:47 a.m.