]> code.communitydata.science - stats_class_2019.git/blob - problem_sets/week_02/example.Rmd
adding worked solutions for weeks 1 and 2
[stats_class_2019.git] / problem_sets / week_02 / example.Rmd
1 ---
2 title: "example"
3 author: "aaron shaw"
4 date: "April 11, 2019"
5 output: html_document
6 ---
7
8 ```{r setup, include=FALSE}
9 knitr::opts_chunk$set(echo = TRUE)
10 ```
11
12
13 ```{r}
14 ls()
15 ```
16

Community Data Science Collective || Want to submit a patch?