Skip to content

Instantly share code, notes, and snippets.

@sarahcnyt
Last active February 14, 2024 19:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarahcnyt/e60ad2d7ccf65498fc88791f3bb683ae to your computer and use it in GitHub Desktop.
Save sarahcnyt/e60ad2d7ccf65498fc88791f3bb683ae to your computer and use it in GitHub Desktop.
---
title: "YOUR HEADLINE"
author: "YOUR NAME - CHANGE THIS"
format:
html:
theme: cosmo
toc: true
code-tools: true
embed-resources: true
df-print: paged
execute:
error: true
message: false
eval: true
---
```{r}
#| label: setup
#| include: false
#| message: false
#| warning: false
library(tidyverse)
library(janitor)
library(lubridate)
```
## First subhead
Start your work here.
@sarahcnyt
Copy link
Author

Create a blank Quarto document, switch to Source view, and copy and paste all of this over whatever is on it. This sets you up for everything you need to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment