R/utils-tidy-eval.R

#' Tidy eval helpers
#'
#' These functions provide tidy eval-compatible ways to capture symbols
#' (`sym()`, `syms()`), expressions (`expr()`, `enexpr()`), and quosures
#' (`quo()`, `enquo()`).
#'
#' @name tidyeval
#' @keywords internal
#' @aliases          quo enquo sym syms expr enexpr
#' @importFrom rlang quo enquo sym syms expr enexpr
#' @importFrom rlang !! !!! .data :=
NULL

Try the comperes package in your browser

Any scripts or data that you put into this service are public.

comperes documentation built on March 7, 2023, 7:02 p.m.