The NSC-R Tidy Tuesday workshop sessions are inspired by the Tidy Tuesday initiative, which was aimed at providing a safe and supportive forum for individuals to practice their data processing and visualization skills in R while working with real-world data.
The dataset for this Tidy Tuesday is about board games! Asier Moneva explores the following research questions: “What are the top 3 best-selling board games by game type?” and “How do board game sales relate to online user ratings?” Feel free to explore these questions yourselves and share your experience with us.
Materials
- The R script that Asier worked through is in this Github repository.
- The Tidy Data paper (pre-print) by Hardley Wickham (2014) is here.
How to download files from GitHub
To download files from GitHub you can:
Clone
the repository to create a local copy in your computer. To clone a repository, follow the instructions here.
Alternatively, you can:
- Download all files compressed in a
ZIP
. To do this, go to the repository and click on the greencode
button, then selectdownload ZIP
. Unzip the downloaded file into a folder on your local computer. - Download a specific file. To do this, select the desired file in the repository and click on the
raw
button. Then right click on the new page and selectsave as
. Don’t forget to put the proper extension in the save name, like.R
or.Rmd
.
Citation
For attribution, please cite this work as (Moneva 2022)