Created
June 15, 2023 20:16
-
-
Save ChrisBeeley/867ffe93f541797e48f3ad195a75efb9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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