text_c: generic for concatonating strings

Description Usage Arguments See Also

View source: R/text_c.R

Description

generic for concatonating strings

text_c default

Usage

1
2
3
4
text_c(..., sep = "", coll = NULL)

## Default S3 method:
text_c(..., sep = "", coll = NULL)

Arguments

...

one or more texts to be concatonated (see also paste)

sep

separator between concatonated elements (see also paste)

coll

if texts (not only there elements) are to be collapsed as well, how should the be separated (see also paste)

See Also

%..% and %.%


stringb documentation built on Jan. 26, 2021, 1:07 a.m.

Related to text_c in stringb...