R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @param lhs an input
#' @param rhs function to apply to input from `lhs`
#'
#' @name %>%
#' @rdname pipe
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
dylanrussellmd/nsqipBileSpill documentation built on Dec. 20, 2021, 2:17 a.m.