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

Try the UMI4Cats package in your browser

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

UMI4Cats documentation built on Dec. 31, 2020, 2:01 a.m.