%>% {saeSim} | R Documentation |
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: %>%.
lhs %>% rhs
lhs |
The value to be piped |
rhs |
A function or expression |