Skip to content

R package with functions related to sports competitions

Notifications You must be signed in to change notification settings

captaincaracho/TouRnament

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.