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 July 4, 2025, 11:30 p.m.