R/utils.R

#' Pipe operator
#'
#' See `magrittr::[\%>\%][magrittr::pipe]` for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @return rhs with lhs as the first argument
NULL

#' Tidy eval helpers
#'
#' .data pronoun silences cran check errors
#'
#' @keywords internal
#' @importFrom rlang .data
#' @name .data
NULL
aftonsteps/ggalignment documentation built on April 14, 2025, 2:46 p.m.