grapes-grapes: paste ', ' in the way of pipe operator

Description Usage Arguments Details Value Examples

Description

paste ', ' in the way of pipe operator

Usage

1
2
3
a % % b

a %,% b

Arguments

x

A string (or coerced to)

y

A string (or coerced to)

Details

This functions is a pipe version of paste

Value

The concatenation of x and y strings

Examples

1
2
3
4
'Hello' % % 'world'
'Your pastas taste like' % % '%>%'
'Hello' %,% 'world...'
'Your pastas taste like ' %+% '%>%...' %,% 'or %>>%...'

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