knitr::opts_chunk$set(echo = FALSE, fig.align = 'center', out.width = '\\linewidth', fig.width = 12, fig.height = 8) options(tidyverse.quiet = TRUE) library(targets) library(ggplot2)
theme_set(theme_bw()) theme_update(plot.title = element_text(hjust = 0.5)) theme_update(legend.position = "bottom")
tar_read(hist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.