R/pipe.R

#' Pipe operator
#'
#' INDperform makes heavy use of the tidy data principles.
#' Therefore it is advisable to import the pipe operator \code{\%>\%}
#' from magrittr.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
NULL

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

Try the INDperform package in your browser

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

INDperform documentation built on Jan. 11, 2020, 9:08 a.m.