R/lvls.R
lvls_union.Rd
Find all levels in a list of factors
lvls_union(fs)
A list of factors.
fs <- list(factor("a"), factor("b"), factor(c("a", "b"))) lvls_union(fs)#> [1] "a" "b"