#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
#' Assignment pipe operator
#'
#' See \code{magrittr::\link[magrittr:compound]{\%<>\%}} for details.
#'
#' @name %<>%
#' @rdname compound
#' @keywords internal
#' @export
#' @importFrom magrittr %<>%
#' @usage lhs \%<>\% rhs
NULL
#' Exposition pipe operator
#'
#' See \code{magrittr::\link[magrittr:exposition]{\%$\%}} for details.
#'
#' @name %$%
#' @rdname exposition
#' @keywords internal
#' @export
#' @importFrom magrittr %$%
#' @usage lhs \%$\% rhs
NULL
#' @importFrom magrittr multiply_by divide_by divide_by_int mod
#' add subtract is_greater_than is_weakly_greater_than
#' is_less_than is_weakly_less_than equals not is_in
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.