R/utils-pipe.R

#' Pipe Operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#'
#' @rdname pipe
#'
#' @keywords internal
#'
#' @export
#'
#' @importFrom magrittr %>%
#'
#' @usage lhs \%>\% rhs
#'

NULL

Try the fdistr package in your browser

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

fdistr documentation built on Jan. 11, 2020, 9:13 a.m.