R/00-pipe.R

#' @title Piping operator
#' @name %>%
#' @description This is the 'pipe operator' from the package 'magrittr'. Use it to chain all operations for the simulation together. See the original documentation for details: \link[magrittr]{\%>\%}.
#' @param lhs The value to be piped
#' @param rhs A function or expression
#' 
#' @export %>%
#' @rdname pipe
#' @usage lhs \%>\% rhs
NULL
wahani/saeSim documentation built on Feb. 12, 2022, 7:21 p.m.