R/pipe.R

#' Pipe
#'
#' Like \{dplyr\}, \{infer\} also uses the pipe (\code{%>%}) function
#' from \code{magrittr} to turn function composition into a series of
#' iterative statements.
#'
#' @param lhs,rhs Inference functions and the initial data frame.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL

Try the infer package in your browser

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

infer documentation built on Sept. 8, 2023, 6:22 p.m.