R/pipe.R

#' Pipe Operator
#'
#' The pipe operator is imported from \code{magrittr}, see
#' \code{\link[magrittr]{\%>\%}} for more details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
smbache/squr documentation built on May 15, 2021, 3:45 a.m.