#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.