Skip to content

Commit

Permalink
fixing spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Sep 30, 2024
1 parent 19988b5 commit 2a37db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/RStudio/lab/RStudio_Lab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The file you are reading is called an R Markdown document. Markdown is a simple

The gray area below is a code chunk that will set up our packages and data. You can also run the code within the editor area by pressing the green play button. Don't worry right now about what the code is doing, we will cover this later. We just want you to get used to RStudio and RMarkdowns. This dataset is one we'll be working with quite a lot in the lectures. It contains county-level data about ER visits for heat-related illnesses in Colorado for the years 2011-2022.

2. Press the green play button. What happens (check the enviornment too!)?
2. Press the green play button. What happens (check the environment too!)?

```{r setup, message=FALSE}
library(tidyverse)
Expand Down
2 changes: 1 addition & 1 deletion modules/RStudio/lab/RStudio_Lab_Key.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The file you are reading is called an R Markdown document. Markdown is a simple

The gray area below is a code chunk that will set up our packages and data. You can also run the code within the editor area by pressing the green play button. Don't worry right now about what the code is doing, we will cover this later. We just want you to get used to RStudio and RMarkdowns. This dataset is one we'll be working with quite a lot in the lectures. It contains county-level data about ER visits for heat-related illnesses in Colorado for the years 2011-2022.

2. Press the green play button. What happens (check the enviornment too!)?
2. Press the green play button. What happens (check the environment too!)?

```{r setup, message=FALSE}
library(tidyverse)
Expand Down

0 comments on commit 2a37db1

Please sign in to comment.