grapes-plus-grapes: String concatenation operator

Description Usage Arguments Value Examples

Description

Operator function to make string contatenation easier. This operator does exactly the same as calling the function paste0(a,b)

Usage

1
a %+% b

Arguments

a

A character variable.

b

A character variable.

Value

A character variable, obtained by calling paste0(a,b).

Examples

1
'Hello' %+% ', ' %+% 'world !'

florisc/pbar documentation built on May 25, 2019, 5:22 p.m.