R/pipe.R

#' @name %>%
#' @rdname pipe
#' @importFrom magrittr %>%
#' @export %>%
#' @usage lhs \%>\% rhs
#' 
#' @title Forward-pipe and Compound-pipe operators.
#' @description This is a copy of the documentation for \code{\%>\%} in 
#' \code{magrittr}.  The copy here is made to conform to CRAN requirements 
#' regarding documentation.  Please see the \code{magrittr} documenation
#' for the complete and current documentation.
#'
#' @param lhs,rhs A dataset and function to apply to it

NULL

#' @name %<>%
#' @rdname pipe
#' @importFrom magrittr %<>%
#' @export %<>%

NULL
nutterb/ldsmls documentation built on May 24, 2019, 10:52 a.m.