Skip to content

Instantly share code, notes, and snippets.

View kylebaron's full-sized avatar
🏠
At the office

Kyle Baron kylebaron

🏠
At the office
  • Mile 40, Saskatchewan
View GitHub Profile
@kylebaron
kylebaron / reproducible.Rmd
Last active June 9, 2020 13:19
Reproducibility in Rmd
---
title: "reproducible rmd"
output: pdf_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```