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)
jennybc/reprex documentation built on Jan. 12, 2024, 9:33 p.m.