# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#' Pipe operator magrittr
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
#' Pipe operator pipeR
#'
#' @name %>>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom pipeR %>>%
#' @usage x \%>>\% expr
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.