#' @keywords internal
"_PACKAGE"
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL
#' matches function
#'
#' See \code{tidyselect::\link[tidyselect:matches]{matches}} for details.
#'
#' @name matches
#' @rdname matches
#' @keywords internal
#' @export
#' @importFrom tidyselect matches
NULL
#' .data pronoun
#'
#' See \code{rlang::\link[rlang:.data]{.data}} for details.
#'
#' @name .data
#' @rdname data_pronoun
#' @keywords internal
#' @export
#' @importFrom rlang .data
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.