R/utils-pipe.R

#' Pipe operator
#'
#' Like \code{dplyr}, \code{lamisc} also uses the pipe function, \code{\%>\%}
#' to turn function composition into a series of imperative statements.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
emilelatour/lamisc documentation built on May 10, 2024, 8:38 a.m.