R/utils-promises-pipe.R

#' Promise pipe operator
#'#'
#' @name %...>%
#' @rdname promises_pipe
#' @keywords internal
#' @export
#' @importFrom promises %...>%
#' @usage lhs \%...>\% rhs
#' @param lhs A promise object.
#' @param rhs A function which handles the result of the promise
#' @return The result of the promise when it resolves.
NULL
syntheso/magmaR documentation built on June 1, 2025, 7:59 p.m.