R/utils-pipes.R

#' Forward pipe operator
#'
#' @name %>%
#' @keywords internal
#' @importFrom purrr %>%
#' @usage lhs \%>\% rhs
#' @rdname pipes
#' @export
NULL

#' NULL operator
#'
#' @name %||%
#' @keywords internal
#' @importFrom purrr %||%
#' @usage x \%||\% y
#' @rdname pipes
#' @export
NULL

Try the R6P package in your browser

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

R6P documentation built on Oct. 3, 2022, 1:05 a.m.