joinf {praznik} | R Documentation |
Convenience function for joining factors.
joinf(...)
... |
One or more features to merge.
Given as single vectors or data.frames.
Accepted feature types are factor (preferred), booleans, integers (treated as categorical) or reals (which undergo automatic categorisation).
|
Joint factor, with levels l1
to l<n>
.
Vacant combinations are dropped.
You can pass a single vector to this function to see how praznik interprets it.
joinf(c(1,2,1,2),c(1,1,2,2))