R/chain.R

#' @name %>%
#' @rdname chain
#' @importFrom magrittr %>%
#' @export %>%
#' @usage lhs \%>\% rhs
#' 
#' @title Chain together multiple operations.
#' @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 chain
#' @importFrom magrittr %$%
#' @export %$%
#' @usage lhs \%$\% rhs
#' 
#' @title Extraction Pipe Operator
#' @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.

NULL

Try the HydeNet package in your browser

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

HydeNet documentation built on July 8, 2020, 5:15 p.m.