README.md

ryouwithme

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.



jenrichmond/ryouwithme documentation built on Jan. 15, 2022, 8:11 a.m.