| Bundesliga.Mannschaft | R Documentation |
This function (written for the "Bundesliga"-dataset) shows all matches of a selected team during one specific or all available seasons.
Bundesliga.Mannschaft(Mannschaft, Saison = "all")
Mannschaft |
a team (e.g. "FC Schalke 04") |
Saison |
a season (e.g. "2001/2002") or "all" for all season |
produnis
fTip-Database https://github.com/ftip
Bundesliga.Tabelle
## select one season
Bundesliga <- wikibooks::Bundesliga
Bundesliga.Mannschaft("FC Schalke 04", "2006/2007")
## use all seasons
Bundesliga <- wikibooks::Bundesliga
Bundesliga.Mannschaft("FC Schalke 04")
## see a list of all teams of season 1993/1994:
unique(Bundesliga$Gast[Bundesliga$Saison=="1993/1994"])
Bundesliga.Mannschaft("1. FC Nuernberg", "1993/1994")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.