R/reexports.R

#' 'magrittr' forward-pipe operator
#'
#' See \code{\link[magrittr]{\%>\%}}.
#' @name %>%
#' @importFrom magrittr %>%
#' @export %>%
#' @return No return value, called for forward-piping
NULL

#' magrittr compound assignment pipe-operator
#'
#' See \code{\link[magrittr]{\%<>\%}}.
#' @name %<>%
#' @importFrom magrittr %<>%
#' @export %<>%
#' @return No return value, called for side effect
NULL
loosolab/i2dash documentation built on April 8, 2021, 12:41 a.m.