knitr::opts_chunk$set(echo = TRUE, error = FALSE, message = FALSE, warning = FALSE) # libraries for markdown support # include additional packages as needed library(deseRt) dt_library(citr, dplyr, here, ggplot2, knitr, kableExtra, RefManager) theme_set(theme_desert())
data("mtcars") ggplot(mtcars, aes(x = hp, y = mpg)) + geom_point()
\newpage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.