X-Git-Url: https://code.communitydata.science/stats_class_2020.git/blobdiff_plain/d6d41996cb1f73b32130cfd82648b29cc2438872..6d58246ae5da1a074f925d6d020fdef17b77972c:/r_tutorials/w01-R_tutorial.Rmd diff --git a/r_tutorials/w01-R_tutorial.Rmd b/r_tutorials/w01-R_tutorial.Rmd index 7fbf0a7..610fa09 100644 --- a/r_tutorials/w01-R_tutorial.Rmd +++ b/r_tutorials/w01-R_tutorial.Rmd @@ -3,11 +3,15 @@ title: "Week 1 R Tutorial" author: "Aaron Shaw" date: "September 15, 2020" output: - pdf_document: default - html_document: default + html_document: + toc: yes + toc_depth: 2 + theme: readable + pdf_document: + toc: yes + toc_depth: '2' subtitle: "Statistics and Statistical Programming \nNorthwestern University \nMTS 525" -urlcolor: blue --- ```{r setup, include=FALSE}