R/imp_pipe.R

#' Pipe operator
#'
#' Implements: https://github.com/sckott/analogsea/issues/32
#' and https://github.com/rstudio/ggvis/blob/master/R/pipe.R.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs An object and a function to apply to it
#' @keywords internal
NULL
readyforwhatsnext/ready4class documentation built on Nov. 14, 2020, 1:29 a.m.