R/append-exprs.R

Defines functions append_exprs

append_exprs <- function(.x, ...) {
  .x <- rlang::exprs(rlang::UQS(.x), ...)
  .x
}
wcmbishop/gogoplot documentation built on May 29, 2019, 10:39 a.m.