]> code.communitydata.science - stats_class_2019.git/blobdiff - problem_sets/week_02/example.Rmd
adding worked solutions for weeks 1 and 2
[stats_class_2019.git] / problem_sets / week_02 / example.Rmd
diff --git a/problem_sets/week_02/example.Rmd b/problem_sets/week_02/example.Rmd
new file mode 100644 (file)
index 0000000..00e26ce
--- /dev/null
@@ -0,0 +1,16 @@
+---
+title: "example"
+author: "aaron shaw"
+date: "April 11, 2019"
+output: html_document
+---
+
+```{r setup, include=FALSE}
+knitr::opts_chunk$set(echo = TRUE)
+```
+
+
+```{r}
+ls()
+```
+

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