Skip to content

Commit

Permalink
Update 04-tidyr.Rmd
Browse files Browse the repository at this point in the history
Link to tidyr cheatsheet changed to rstudio repo github link.
  • Loading branch information
RicCampbell authored Feb 17, 2025
1 parent c7fcaec commit 44d5413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/04-tidyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source("data/download_data.R")
convert between different data formats (long vs. wide) for plotting and analysis.
To learn more about **`tidyr`** after the workshop, you may want to check out this
[handy data tidying with **`tidyr`**
cheatsheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/tidyr.pdf).
cheatsheet](https://github.com/rstudio/cheatsheets/blob/main/tidyr.pdf).

To make sure everyone will use the same dataset for this lesson, we'll read
again the SAFI dataset that we downloaded earlier.
Expand Down

0 comments on commit 44d5413

Please sign in to comment.