library(knitr) library(tidyverse) library(NHSRtheme) # set default options opts_chunk$set(echo = FALSE, fig.width = 7.252, fig.height = 4, dpi = 300) # uncomment the following lines if you want to use the NHS-R theme colours by default # scale_fill_continuous <- partial(scale_fill_nhs, discrete = FALSE) # scale_fill_discrete <- partial(scale_fill_nhs, discrete = TRUE) # scale_colour_continuous <- partial(scale_colour_nhs, discrete = FALSE) # scale_colour_discrete <- partial(scale_colour_nhs, discrete = TRUE)
class: title-slide, left, bottom
r rmarkdown::metadata$title
r rmarkdown::metadata$subtitle
r rmarkdown::metadata$author
r rmarkdown::metadata$date
class: inverse, middle, center
Often used for transitions
--
--
--
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.