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)

hadley/forcats documentation built on Nov. 4, 2023, 2:24 a.m.