R/utils.R

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

globalVariables(c("."))

Try the rfbCNPJ package in your browser

Any scripts or data that you put into this service are public.

rfbCNPJ documentation built on May 1, 2019, 8:48 p.m.