X-Git-Url: https://code.communitydata.science/stats_class_2020.git/blobdiff_plain/d7a0a0bfc4cebcab15d7d93c8d2b32e34b949e4b..0d2d0ed54c115e1f0cdd858a6380f139681e9bd8:/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}