inst/templates/misc/utils-pipes.R

#' Forward pipe operator
#'
#' @name %>%
#' @keywords internal
#' @importFrom purrr %>%
#' @usage lhs \%>\% rhs
{{tags}}
NULL

#' NULL operator
#'
#' @name %||%
#' @keywords internal
#' @importFrom purrr %||%
#' @usage x \%||\% y
{{tags}}
NULL
tidylab/usethis2 documentation built on Sept. 23, 2021, 5:08 a.m.