#' @export
#' @importFrom rlang .data
rlang::`.data`
#' @export
#' @importFrom rlang .env
rlang::`.env`
#' @export
#' @importFrom rlang !!!
rlang::`!!!` # nolint
#' @export
#' @importFrom rlang !!
rlang::`!!` # nolint
#' @export
#' @importFrom ggplot2 aes
ggplot2::aes
## This is needed for `plotCorrelation` to work with ggpmisc 0.4.2.
#' @export
#' @importFrom ggplot2 after_stat
ggplot2::after_stat
#' @export
#' @importFrom ggplot2 ggplot
ggplot2::ggplot
#' @export
#' @importFrom ggplot2 ggsave
ggplot2::ggsave
#' @export
#' @importFrom scales log_breaks
scales::log_breaks
#' @export
#' @importFrom patchwork plot_annotation
patchwork::plot_annotation
#' @export
#' @importFrom patchwork plot_layout
patchwork::plot_layout
#' @export
#' @importFrom scales percent
scales::percent
#' @export
#' @importFrom scales pretty_breaks
scales::pretty_breaks
#' @export
#' @importFrom rlang sym
rlang::sym
#' @export
#' @importFrom rlang syms
rlang::syms
#' @export
#' @importFrom ggplot2 theme_set
ggplot2::theme_set
#' @export
#' @importFrom patchwork wrap_plots
patchwork::wrap_plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.