talks/2018-09_reprex-rstudio-webinar/10_resolution-to-factor-wut.R

x <- factor("a")
y <- factor("b")
c(x, y)

factor(c(as.character(x), as.character(y)))
forcats::fct_c(x, y)
tidyverse/reprex documentation built on Jan. 27, 2024, 5:55 p.m.