R/utils-pipe.R

#' Pipe operator
#'
#' @description ## Implements the magrittr Pipe function
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @return No return value, called to allow piping
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

Try the bridger package in your browser

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

bridger documentation built on Aug. 25, 2021, 1:07 a.m.