library(dplyr)
library(tibble)
library(ggplot2)
Formaldehyde %>%
as_tibble() %>%
ggplot(aes(carb, optden)) +
geom_point() +
theme_minimal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.