#' Assignment pipe operator
#'
#' See \code{magrittr::\link[magrittr:assignment_pipe]{\%<>\%}} for details.
#'
#' @name %<>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %<>%
#' @usage lhs \%<>\% rhs
#' @param lhs An object which serves both as the initial value and as target.
#' @param rhs a function call using the magrittr semantics.
#' @return The result of calling `rhs(lhs)`
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.