Skip to content

Commit

Permalink
Merge pull request #546 from RicCampbell/issue-526-fixes
Browse files Browse the repository at this point in the history
Some issue 526 fixes
  • Loading branch information
juanfung authored Feb 18, 2025
2 parents 6f2e092 + 130c86e commit f369e11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion episodes/03-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To easily access the documentation for a package within R or RStudio, use
`help(package = "package_name")`.

To learn more about **`dplyr`** after the workshop, you may want to check out this
[handy data transformation with **`dplyr`** cheatsheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-transformation.pdf).
[handy data transformation with **`dplyr`** cheatsheet](https://github.com/rstudio/cheatsheets/blob/main/data-transformation.pdf).

::::::::::::::::::::::::::::::::::::::::: callout

Expand Down
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
4 changes: 2 additions & 2 deletions episodes/05-ggplot2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ using each of those themes. Which do you like best?
## Customization

Take a look at the [**`ggplot2`** cheat
sheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-visualization.pdf),
sheet](https://github.com/rstudio/cheatsheets/blob/main/data-visualization-2.1.pdf),
and think of ways you could improve the plot.

Now, let's change names of axes to something more informative than 'village' and
Expand Down Expand Up @@ -814,7 +814,7 @@ percent_items %>%

With all of this information in hand, please take another five minutes to
either improve one of the plots generated in this exercise or create a
beautiful graph of your own. Use the RStudio [**`ggplot2`** cheat sheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-visualization.pdf)
beautiful graph of your own. Use the RStudio [**`ggplot2`** cheat sheet](https://github.com/rstudio/cheatsheets/blob/main/data-visualization-2.1.pdf)
for inspiration. Here are some ideas:

- See if you can make the bars white with black outline.
Expand Down
1 change: 0 additions & 1 deletion episodes/06-rmarkdown.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ packages can be done by using `citation("package")`.
- [Markdown tutorial](https://commonmark.org/help/tutorial/)
- [R Markdown: The Definitive Guide](https://bookdown.org/yihui/rmarkdown/) (book by Rstudio team)
- [Reproducible Reporting](https://www.rstudio.com/resources/webinars/reproducible-reporting/)
- [The Ecosystem of R Markdown](https://www.rstudio.com/resources/webinars/the-ecosystem-of-r-markdown/)
- [Introducing Bookdown](https://www.rstudio.com/resources/webinars/introducing-bookdown/)

:::::::::::::::::::::::::::::::::::::::: keypoints
Expand Down

0 comments on commit f369e11

Please sign in to comment.