R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#'
#' @return
#' This does not return a value but rather is used to string functions together.
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

Try the tidyAML package in your browser

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

tidyAML documentation built on May 29, 2024, 4:07 a.m.