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