Bundesliga.Tabelle | R Documentation |
This function (written for the "Bundesliga"-dataset) shows team-rankings at specific matchdays of a season.
Bundesliga.Tabelle(Saison, Spieltag = 1, output = "Tabelle")
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 |
produnis
fTip-Database https://github.com/ftip
Bundesliga.Mannschaft
## 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.