#' Pipe operator
#'
#' See `magrittr::[\%>\%][magrittr::pipe]` for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
#' @return rhs with lhs as the first argument
NULL
#' Tidy eval helpers
#'
#' .data pronoun silences cran check errors
#'
#' @keywords internal
#' @importFrom rlang .data
#' @name .data
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.