inst/imp_pipe_tmp.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/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.