R/add_pipe.R

#' Pipe
#'
#' The Pipe is a super handy way to pass the results from one function right into another.
#'
#' @importFrom dplyr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs specify what lhs and rhs are
#' @examples
NULL
delabj/ACTmapR documentation built on May 25, 2020, 8:06 p.m.