grapes-_-grapes: Concatenate Strings Easily

%_%R Documentation

Concatenate Strings Easily

Description

Allows quick chaining together of character strings.

Usage

a %_% b

Arguments

a

R object to be converted to a character vector.

b

R object to be converted to a character vector.

sep

A character string to separate the terms; passed to paste().

Value

The concatenation of a and b.

See Also

paste

Examples

who <- "world"
"Hello " %_% who %_% "!"


priscian/climeseries documentation built on March 9, 2024, 9:24 p.m.