#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
#' Compound assignment pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%<>\%}} for details.
#'
#' @name %<>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %<>%
#' @usage lhs \%<>\% rhs
NULL
#' Exposition pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%$\%}} for details.
#'
#' @name %$%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %$%
#' @usage lhs \%$\% rhs
NULL
#' Interval inclusion operator
#'
#' @name %within%
#' @rdname within
#' @keywords internal
#' @export
#' @importFrom lubridate %within%
#' @usage a \%within\% b
NULL
#' Data pronouns
#'
#' See \code{rlang::\link[rlang:tidyeval-data]{.data}} for details
#'
#' @name .data
#' @rdname pronoun
#' @keywords internal
#' @export
#' @importFrom rlang .data
#' @usage .data
NULL
#' Data pronouns
#'
#' See \code{rlang::\link[rlang:tidyeval-data]{.env}} for details
#'
#' @name .env
#' @rdname pronoun
#' @keywords internal
#' @export
#' @importFrom rlang .env
#' @usage .env
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.