R/000_globalVars.R

Defines functions wrap_by

globalVariables(names = c(
  "where"
))

wrap_by <- function(...) {
  ggplot2::facet_wrap(vars(...), labeller = label_both)
}
Curious-Joe/fastEda documentation built on March 23, 2022, 12:13 p.m.