joinf {praznik} | R Documentation |
Join factors
Description
Convenience function for joining factors.
Usage
joinf(...)
Arguments
... |
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).
|
Value
Joint factor, with levels l1
to l<n>
.
Vacant combinations are dropped.
Note
You can pass a single vector to this function to see how praznik interprets it.
Examples
joinf(c(1,2,1,2),c(1,1,2,2))
[Package praznik version 11.0.0 Index]