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

Try the factory package in your browser

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

factory documentation built on Aug. 21, 2019, 9:05 a.m.