The goal of foofactors3 is to combine factors nicely.
This is an example as part of the "Building tidy tools" workshop at rstudio::conf 2020, on 2020-01-27.
Materials: https://github.com/rstudio-conf-2020/build-tidy-tools
You can install the released version of foofactors3 from GitHub with:
devtools::install_github("nayefahmad/foofactors3")
This is a basic example which shows you how to solve a common problem:
library(foofactors3)
a <- factor(c("hi", "there"))
b <- factor(c("what's", "up"))
fbind(a, b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.