R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @return Use pipe (\code{magrittr::\link[magrittr:pipe]{\%>\%}}) inside the
#' package.
#' @keywords internal
#' @export
#' @examples
#' mtcars %>% 
#'    dplyr::select(cyl)
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
Pasquali-lab/UMI4Cats documentation built on March 23, 2024, 9:42 p.m.