Concatenate vector elements or anything using
paste(*, collapse = .).
These are simple short abbreviations I have been using in my own codes
in many places.
Usage
vcat(vec, sep = " ")
ccat(...)
Value
a character string (of length 1) with the concatenated arguments.
Arguments
vec, ...
any vector and other arguments to be pasted to together.