grapes-plus-grapes: Concatenate two character strings without any whitespace.

Description Usage Arguments Value Examples

Description

This is strictly equivalent to a call to paste0, with a bit less typing, similar to many other progamming languages that use + (or sometimes .) to concatenate strings. This function will take any type of vector happily, but make sense only with character vectors of length 1.

Usage

1
x %+% y

Arguments

x, y

the strings to concatenate

Value

the concatenated string

Examples

1
"Hello" %+% " World!"

xrobin/xavamess documentation built on June 15, 2021, 3:46 a.m.