R/pipe.R

#' pipe operator
#'
#' Imports the pipe operator from magrittr.
#'
#' @importFrom magrittr %>%
#' @export
#' @param lhs an object
#' @param rhs a function
#' @rdname pipe
`%>%` <- magrittr::`%>%`
Tutuchan/lolapi documentation built on May 9, 2019, 5:17 p.m.