X-Git-Url: https://code.communitydata.science/stats_class_2019.git/blobdiff_plain/6a19048e00f594ee1a194f1457462ad33e24a8a4..b28ed253c872d0f13c7dbfab658c1b7b52d2e0a0:/problem_sets/week_02/example.Rmd diff --git a/problem_sets/week_02/example.Rmd b/problem_sets/week_02/example.Rmd deleted file mode 100644 index 00e26ce..0000000 --- a/problem_sets/week_02/example.Rmd +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "example" -author: "aaron shaw" -date: "April 11, 2019" -output: html_document ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) -``` - - -```{r} -ls() -``` -