R/pipe.R

#' @title Pipe
#' @description Like dplyr underwater uses the pipe function, \code{\%>\%}.
#' @importFrom dplyr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs pass lhs to rhs and do something
#' @examples \dontrun{vents %>% select(name_id)}
NULL
poldham/underwater documentation built on Sept. 11, 2023, 11:49 a.m.