#' 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:compound]{\%<>\%}} for details.
#'
#' @name %<>%
#' @rdname compound_assignment_pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %<>%
#' @usage lhs \%<>\% rhs
NULL
#' Exposition pipe operator
#'
#' See \code{magrittr::\link[magrittr:exposition]{\%$\%}} for details.
#'
#' @name %$%
#' @rdname exposition_pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %$%
#' @usage lhs \%$\% rhs
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
#' Use name stored in variable
#'
#' See \code{rlang::\link[rlang:nse-force]{:=}} for details
#'
#' @name :=
#' @rdname force_names
#' @keywords internal
#' @export
#' @importFrom rlang :=
#' @usage .data
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.