knitr::opts_chunk$set(echo = TRUE, 
                      message = FALSE,
                      warning = FALSE,
                      comment = "")

Section

Subsection

plot(Petal.Length~Sepal.Length, data = iris)


thisisdaryn/drnotebooks documentation built on July 25, 2020, 8:29 a.m.