R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @return No return value, called for side effects.
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

Try the troopdata package in your browser

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

troopdata documentation built on Feb. 1, 2022, 1:08 a.m.