Learn R Programming

stringb (version 0.1.17)

text_c: generic for concatonating strings

Description

generic for concatonating strings

text_c default

Usage

text_c(..., sep = "", coll = NULL)

# S3 method for default 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 %.%