R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @examples
#' data(pbmc_small)
#' pbmc_small %>% print()
#' @return void
NULL
stemangiola/tidyseurat documentation built on July 23, 2024, 6:41 p.m.