grapes-_-grapes: Concatenate Strings Easily

Description Usage Arguments Value See Also Examples

Description

Allows quick chaining together of character strings.

Usage

1
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

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

priscian/jjmisc documentation built on June 23, 2021, 2:12 p.m.