grapes-c-grapes: Collapse a character vector to a character string

Description Usage Arguments Details Value Examples

Description

Collapse a character vector to a character string

Usage

1
x %c% y

Arguments

x

A character vector

y

Character string, collapse parameter of paste0

Details

This function is a pipe version of paste0 with collapse parameter to specify

Value

A character string

Examples

1
2
c('N', 'F', 'K', 'A') %c% ' '
'All I wanna do' %e% '' %c% ''

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