Extract Board Game Geek data from selected users collections and format it nicely.
The main purpose of this initially was to create a list of all board games in our game group. We sometimes use this list to select the games we will be playing next time.
The code is in R. Also the project is employing RStudio's R project feature (.Rproj file in the directory). So to run this smoothly you will need both R and RStudio
All inputs are stored in input
folder. There are 3 inputs:
Nick Mapping.csv
- list of nicknamesMax Player Adjustment.csv
- manual adjustment of max player count due to expansionsMeta.csv
- meta file for changing variable names, ordering variables and dropping unnecessary variables
Final data is written output
folder.
- Lauch RStudio
- Go to File -> Open Project -> select
BGG-Collections.Rproj
- Source
01_Read_All_Collections.R
- Source
02_Read_Game_Info.R
PRs accepted.
MIT