R/utils-pipe.R

#' Pipe operators
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}}
#' and \code{magrittr::\link[magrittr]{\%<>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

#' @name %<>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %<>%
#' @usage lhs \%<>\% rhs
NULL
stufield/stuRpkg documentation built on April 2, 2022, 2:05 p.m.