R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

#' Replace operator
#'
#' See \code{ggplot2::\link[ggplot2]{\%+replace\%}} for details.
#'
#' @name %+replace%
#' @rdname plus-replace
#' @keywords internal
#' @export
#' @importFrom ggplot2 %+replace%
NULL
bvancil/peRsonal documentation built on May 25, 2019, 4:01 a.m.