R/utils_pipe.R

#' Pipe operator
#'
#' See documentation of package magrittr for details.
#'
#' @name %>%
#' @rdname pipe
#' @param lhs A value or the magrittr placeholder.
#' @param rhs A function call using the magrittr semantics
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
bmsasilva/soundClass documentation built on Jan. 10, 2023, 3:34 p.m.