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
#' @importFrom utils download.file
#' @importFrom utils read.table
NULL
numbats/yowie documentation built on June 7, 2022, 10:29 a.m.