Include a Subtitle and TOC

Include a Subtitle and TOC

Some Sensible Subtitle

richardleyshon

11 Nov 2021

Adapted R Markdown

This R Markdown templated has been adapted using the ‘accessrmd’ package. This template has a different head and HTML structure to the standard R markdown template. This is to improve the accessibility of the knitted HTML documents for screen readers.

For more help in using R Markdown see http://rmarkdown.rstudio.com.

Clicking the Knit button will generate a document including typed content and the output of any R code chunks. For example:

summary(cars)
##      speed           dist       
##  Min.   : 4.0   Min.   :  2.00  
##  1st Qu.:12.0   1st Qu.: 26.00  
##  Median :15.0   Median : 36.00  
##  Mean   :15.4   Mean   : 42.98  
##  3rd Qu.:19.0   3rd Qu.: 56.00  
##  Max.   :25.0   Max.   :120.00

Plots

In the above chunk, echo = FALSE was used to hide the R code that produced the plot from the knitted HTML document.