library(tidyverse) knitr::opts_chunk$set(echo = TRUE,warning = FALSE,message = FALSE) #Setting ggplot2 theme theme_set( theme_bw()+ theme(plot.title = element_text(hjust = 0.5)) )
Next Steps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.