Skip to content

Commit

Permalink
change dataset name on one slide
Browse files Browse the repository at this point in the history
  • Loading branch information
ehumph committed Oct 3, 2024
1 parent 21f520e commit 8d6e523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Data_Summarization/Data_Summarization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ er_grouped %>%

## Do it in one step: use `%>%` to string these together!

Pipe `CO_heat_ER` into `group_by`, then pipe that into `summarize`:
Pipe `er` into `group_by`, then pipe that into `summarize`:

```{r}
er %>%
Expand Down

0 comments on commit 8d6e523

Please sign in to comment.