R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
MinZhang95/flightscanner documentation built on July 1, 2019, 9:36 p.m.