R/pipe.R

#' Pipe functions
#'
#' Using the pipe function, \code{\%>\%}  for function composition.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs
NULL
faustovrz/pglipid documentation built on June 30, 2020, 5:10 a.m.