powered by
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)
Run the code above in your browser using DataLab