Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seankross/bracketology
- Owner: seankross
- Created: 2015-03-22T17:04:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T02:14:59.000Z (almost 9 years ago)
- Last Synced: 2023-05-22T02:45:48.907Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 45 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```