grapes-plus-grapes: paste0 in the way of pipe operator

Description Usage Arguments Details Value Examples

Description

paste0 in the way of pipe operator

Usage

1
a %+% b

Arguments

x

A string (or coerced to)

y

A string (or coerced to)

Details

This functions is a pipe version of paste0

Value

The concatenation of x and y strings

Examples

1
2
3
'Hello ' %+% 'world'
'Your pastas taste like ' %+% '%>%'
'coco' %+% 'bolo'

GuillaumePressiat/stringfix documentation built on Dec. 25, 2021, 12:24 a.m.