lvls_union | R Documentation |
Find all levels in a list of factors
lvls_union(fs)
fs |
A list of factors. |
fs <- list(factor("a"), factor("b"), factor(c("a", "b"))) lvls_union(fs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.