Concat enate vector elements or anything using paste(*, collapse = .). These are simple short abbreviations I have been using in my own codes in many places.
vcat(vec, sep =" ")ccat(...)
Arguments
vec, ...``: any vector and other arguments to be pasted to together.
sep: the separator to use, see the Details section.