knitr::opts_chunk$set( echo = FALSE, cache = FALSE, warning = FALSE, message = FALSE, fig.width = 10, fig.height = 7, fig.showtext = TRUE # for the fancy fonts, disable if not needed )
```{css global-css, echo=FALSE} img { margin: 0; padding: 0; max-width: 100%; }
```r library(tidyverse) # Use the grkmisc theme theme_set( grkmisc::theme_grk( base_family = "Source Serif Pro", axis_text_family = "Source Code Pro", axis_title_family = "Source Serif Pro", default_geom_font = "Source Sans Pro", use_showtext = TRUE ) + theme(panel.grid.minor = element_blank()) )
# Load Data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.