1
0
Files
stats_class_2019/problem_sets/week_02/example.Rmd
2019-04-12 14:12:45 -05:00

17 lines
178 B
Plaintext

---
title: "example"
author: "aaron shaw"
date: "April 11, 2019"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r}
ls()
```