#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#'
#' @name pipe
#' @keywords internal
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
#' Default value for `NULL`
#'
#' See \code{rlang::\link[rlang]{\%||\%}} for details.
#'
#' @name op_null_default
#' @keywords internal
#' @importFrom rlang %||%
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.