fct_c {forcats} | R Documentation |
This is useful way of patching together factors from multiple sources that really should have the same levels but don't.
fct_c(fs)
fs |
A list of factors |
fs <- list(factor("a"), factor("b"), factor(c("a", "b"))) fct_c(fs)