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
tidylab/usethis2 documentation built on Sept. 23, 2021, 5:08 a.m.