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

Try the ggalignment package in your browser

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

ggalignment documentation built on Nov. 4, 2022, 5:06 p.m.