'dren_theme()' Generate the main theme
1 |
1 2 3 4 5 6 | if (interactive()) {
mtcars %>%
ggplot(aes(x = mpg, y = wt)) +
geom_point() +
dren_theme()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.