adding worked solutions for weeks 1 and 2
This commit is contained in:
16
problem_sets/week_02/example.Rmd
Normal file
16
problem_sets/week_02/example.Rmd
Normal file
@@ -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()
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user