X-Git-Url: https://code.communitydata.science/stats_class_2019.git/blobdiff_plain/d263f84bfd8345b813ef541e137c31e5b7e272de..6a19048e00f594ee1a194f1457462ad33e24a8a4:/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 index 0000000..00e26ce --- /dev/null +++ b/problem_sets/week_02/example.Rmd @@ -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() +``` +