op-concat: Concatenate strings

Description Usage Arguments Value Examples

Description

Concatenate two strings (scalar character values) together, and automatically separate them by a single space.

Usage

1
x %+% y

Arguments

x, y

[character(1)]

Strings to be concatenated.

Value

A character(1) composed of x and y separated by a space.

Examples

1
identical("My name is" %+% "Foo Baz.", "My name is Foo Baz.") # TRUE

jeanmathieupotvin/dotprofile documentation built on Dec. 20, 2021, 10:08 p.m.