pipe: Piping operator

%>%R Documentation

Piping operator

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: %>%.

Usage

lhs %>% rhs

Arguments

lhs

The value to be piped

rhs

A function or expression


saeSim documentation built on Jan. 27, 2026, 1:06 a.m.