From f69471c3c77218b82d30ebcbaad0364f447b0dde Mon Sep 17 00:00:00 2001 From: avahoffman Date: Tue, 1 Oct 2024 09:53:01 -0400 Subject: [PATCH] Add day 2 cheatsheet --- modules/Data_Input/Data_Input.Rmd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/Data_Input/Data_Input.Rmd b/modules/Data_Input/Data_Input.Rmd index 3183bd95..7694be3b 100644 --- a/modules/Data_Input/Data_Input.Rmd +++ b/modules/Data_Input/Data_Input.Rmd @@ -345,14 +345,16 @@ Other file types Don't forget to use `<-` to assign your data to an object! -[Posit's Data Import Cheatsheet](https://rstudio.github.io/cheatsheets/data-import.pdf) - ## Lab - Part 2 🏠 [Class Website](https://daseh.org/) 💻 [Data Input Lab](https://daseh.org/modules/Data_Input/lab/Data_Input_Lab.Rmd) +❓ [Posit's Data Import Cheatsheet](https://rstudio.github.io/cheatsheets/data-import.pdf) + +❓ [Day 2 Cheatsheet](https://daseh.org/modules/cheatsheets/Day-2.pdf) + ```{r, fig.alt="The End", out.width = "50%", echo = FALSE, fig.align='center'} knitr::include_graphics(here::here("images/the-end-g23b994289_1280.jpg")) ```