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

Try the saeSim package in your browser

Any scripts or data that you put into this service are public.

saeSim documentation built on Feb. 7, 2022, 5:07 p.m.