My Tidy Tuesday adventures: https://hardin47.github.io/TidyTuesday/
Each week, copy the week's folder which includes both the data and the information describing the data. Then create / navigate to the gh-pages branch where the .html file (from the .Rmd) describes the analysis.
-
Navigate to the R4DS folder to download
-
Modify the URL, replace
tree/master
withtrunk
. For example, replace
https://github.com/rfordatascience/tidytuesday/tree/master/data/2020/2020-06-09
with https://github.com/rfordatascience/tidytuesday/trunk/data/2020/2020-06-09
- Download the folder using the terminal window in RStudio.
svn checkout https://github.com/rfordatascience/tidytuesday/trunk/data/2020/2020-06-09
- Create a new gh-pages branch. Build the Rmarkdown file (and resulting HTML) for analyzing the data.