lvls_union: Find all levels in a list of factors

View source: R/lvls.R

lvls_unionR Documentation

Find all levels in a list of factors

Description

Find all levels in a list of factors

Usage

lvls_union(fs)

Arguments

fs

A list of factors.

Examples

fs <- list(factor("a"), factor("b"), factor(c("a", "b")))
lvls_union(fs)

tidyverse/forcats documentation built on Oct. 31, 2023, 7:32 p.m.