R/utils-pipe.R

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

Try the besthr package in your browser

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

besthr documentation built on April 14, 2023, 9:11 a.m.