R/utils-tidy-eval.R

#' Digested is
#'
#' Tidy evaluation uses a special parameter assignment operator, \code{:=}. See
#' \code{\link[rlang]{quasiquotation}} for more information.
#'
#' @importFrom rlang :=
#' @name :=
#' @rdname digested_is
#' @keywords internal
#' @param lhs An expression that evaluates to a character or a symbol (used as a
#'   function parameter).
#' @param rhs The thing to assign to that parameter.
NULL
jonthegeek/factory documentation built on June 4, 2020, 1:41 p.m.