The ryouwithme
package contains datasets that are used in the RLadies-Sydney #RYouWithMe modules. The datasets relate to water quality data collected from Sydney Beaches between 2013 and 2018.
You can install the package by installing the remotes
package and then installing from github.
# install.packages("remotes")
remotes::install_github("jenrichmond/ryouwithme")
Once you load the package, you will have access to the sydneybeaches data.
library(ryouwithme)
sydneybeaches <- sydneybeaches
The package also includes these datasets that are used to demonstrate pivoting in CleanItUp 4 and 5.
And this dataset that is used in VizWhiz 3 to demonstrate geom_point plots.
You can find the #RYouWithMe modules at the R-Ladies Sydney website.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.