Skip to content

9thcirclegames/bgg-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages