Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seankross/bracketology

:basketball: R data package featuring 2.8 million brackets from the 2015 NCAA Men's Basketball Tournament
https://github.com/seankross/bracketology

Last synced: 14 days ago
JSON representation

:basketball: R data package featuring 2.8 million brackets from the 2015 NCAA Men's Basketball Tournament

Awesome Lists containing this project

README

        

# bracketology

This R data package contains over 2.8 million bracket predictions for the 2015
NCAA March Madness Men's Basketball Tournament. This package is 49MB so it may
take some time to download depending on the speed of your internet connection.

## To install

```
# install.packages("devtools")
library(devtools)
install_github("seankross/bracketology")
```