https://github.com/captaincaracho/tournament
R package with functions related to sports competitions
https://github.com/captaincaracho/tournament
bundesliga football league-table match-schedule roundrobin soccer sports sports-competitions tournament
Last synced: 8 months ago
JSON representation
R package with functions related to sports competitions
- Host: GitHub
- URL: https://github.com/captaincaracho/tournament
- Owner: captaincaracho
- Created: 2018-12-28T16:27:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T13:36:42.000Z (over 5 years ago)
- Last Synced: 2025-10-22T04:58:53.931Z (8 months ago)
- Topics: bundesliga, football, league-table, match-schedule, roundrobin, soccer, sports, sports-competitions, tournament
- Language: R
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TouRnament
R package with functions related to sports competitions. In the current state the implemented functions are with the main focus on soccer, but may of course be used for other sports.
Currently implemented:
1. roundrobin() - A function to create match schedules for sports leagues.
2. leaguetable() - A function to create league tables based on a dataset containing the results of sport matches.