R/pipe.R

#setwd("C:/Users/lucki/Desktop/Frost Research/Rsymbulate")
#setwd("D:/Desktop/Frost Research/Rsymbulate")

#' Pipe methods
#'
#' Like dplyr, symbulate also uses the pipe function, \code{\%>\%} to turn
#' function composition into a series of imperative statements.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs A ProbabilitySpace or RV and a function to apply to it
NULL
hayate0304/Rsymbulate documentation built on May 17, 2019, 8:20 a.m.