grapes-_-grapes: Paste without separator - infix operator

%_%R Documentation

Paste without separator - infix operator

Description

Infix operator to combine strings. Equivalent to paste(..., sep="").

Usage

x %_% y

Arguments

x

An object of type character.

y

An object of type character.

Examples

z<-5
"The result is: " %_% z %_% "."
> The result is 5.

stpalan/SPTools documentation built on Aug. 21, 2023, 11:21 a.m.