A factor is constructed from one or more atomic vectors. If more than
one atomic vector is supplied, then a compound value is constructed by
concatenating the values together. The order of the levels is the natural
order in which the values appear.
Usage
cf(x, ..., sep = ";")
Arguments
x
An atomic vector.
...
Additional atomic vectors (optional).
sep
A character to use as a separator when forming a compound value
(default ';').