9thcirclegames / bgg-analysis

What makes a game a good game?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bggAnalysis

Playing field with the BoardGameGeek dataset.

This analysis scheleton is bundled in the form of an R Package, so use the following command to install it and check the bundled documentation to start playing.

# install.packages("devtools")
devtools::install_github("9thcirclegames/bgg-analysis")

require("bggAnalysis")

The dataset is in the BoardGames object included with the package and its fully documented. Use the following command to import it:

data(BoardGames)

# Check if data are ok:
head(BoardGames)

About

What makes a game a good game?

License:Other


Languages

Language:R 100.0%