library(tidyverse)
devtools::load_all()
iris %>%
janitor::clean_names() %>%
ggplot() +
geom_point(aes(x = sepal_length, y = sepal_width, color = species)) +
ggtitle('Iris') +
theme_carter2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.