Testing

use_highlight <- function(){
  require(knitr)
  opts_knit$set(use.highlight = TRUE)
  opts_knit$set(out.format = 'html')
  opts_chunk$set(highlight = TRUE)
  render_html()
}
# use_highlight()

--- .bullets .incremental .smaller

Slide 2

--- .full

montreal

--- .subsection

Subsection

library(ggplot2)
qplot(wt, mpg, data = mtcars)


trinker/reports documentation built on May 31, 2019, 9:51 p.m.