R/pipe.R

#' Pipeoperator
#'
#' Atlantistools makes heavy use of dplyr data transformations.
#' Therefore it is advisable to import the pipeoperator \code{\%>\%}
#' from magrittr.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL

if (getRversion() >= "2.15.1")  utils::globalVariables(c("."))

Try the atlantistools package in your browser

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

atlantistools documentation built on Aug. 16, 2017, 9:05 a.m.