Skip to content

Instantly share code, notes, and snippets.

@ChrisBeeley
Created June 15, 2023 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisBeeley/867ffe93f541797e48f3ad195a75efb9 to your computer and use it in GitHub Desktop.
Save ChrisBeeley/867ffe93f541797e48f3ad195a75efb9 to your computer and use it in GitHub Desktop.
---
title: "Test document"
author: "Chris Beeley"
date: "20 December 2017"
output: pdf_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r}
library(tidyverse)
# let's do some data stuff here...
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment