#' @noRd
gg_plot <- function (
data = NULL,
mapping = aes(),
...,
theme = "minimal",
verbose = getOption("verbose")
) {
ggplot(data, mapping, ...) +
gg_theme_inventory()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.