R/utils-pipe.R

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

Try the scrappy package in your browser

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

scrappy documentation built on Jan. 10, 2021, 6:09 p.m.