Bundesliga.Tabelle {wikibooks} | R Documentation |
Team-Rankings at matchday
Description
This function (written for the "Bundesliga"-dataset) shows team-rankings at specific matchdays of a season.
Usage
Bundesliga.Tabelle(Saison, Spieltag = 1, output = "Tabelle")
Arguments
Saison |
the season, e.g. "1998/1999" |
Spieltag |
a matchday, e.g. 3 |
output |
use "Tabelle" if you want the teamrankings at the selected matchday. Use "Platzierung" for an overview of the team-rankings during the season |
Author(s)
produnis
References
fTip-Database https://github.com/ftip
See Also
Examples
## Showing the ranking at matchday 34
Bundesliga <- wikibooks::Bundesliga
Bundesliga.Tabelle("1963/1964", 34, "Tabelle")
## Showing team-rankings for season 2006/2007
Bundesliga <- wikibooks::Bundesliga
Bundesliga.Tabelle("2006/2007", output="Platzierung")
[Package wikibooks version 0.2.1 Index]