rebus.base (version 0.0-3)

Concatenation: Combine strings together

Description

Operator equivalent of regex.

Usage

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.

See Also

regex, paste

Examples

Run this code
# Notice the recycling
letters %R% month.abb

Run the code above in your browser using DataCamp Workspace