R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @param lhs A value or the magrittr placeholder.
#' @param rhs A function call using the magrittr semantics.
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @return Returns rhs(lhs).
#' @usage lhs \%>\% rhs
NULL

Try the clinspacy package in your browser

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

clinspacy documentation built on March 20, 2021, 5:06 p.m.