R/pipe.R

#' Pipe
#'
#' Like dplyr, binfer also uses the pipe function, \code{\%>\%} to turn
#' function composition into a series of imperative statements.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs  Binference functions
NULL
nicksolomon/binfer documentation built on May 21, 2019, 9:21 a.m.