R/pipe.R

#' Pipe function
#'
#' Allows use of the pipe function, \code{\%>\%}
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL
timjmiller/wham documentation built on April 28, 2024, 5:39 a.m.