R/zzz.R

#' Pipe operator
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL

if(getRversion() >= "2.15.1")  utils::globalVariables(".")
RobertMyles/riscoBrasil documentation built on May 5, 2019, 11:05 p.m.