Bundesliga.Mannschaft {wikibooks} | R Documentation |
Show all matches of one team during one or all seasons
Description
This function (written for the "Bundesliga"-dataset) shows all matches of a selected team during one specific or all available seasons.
Usage
Bundesliga.Mannschaft(Mannschaft, Saison = "all")
Arguments
Mannschaft |
a team (e.g. "FC Schalke 04") |
Saison |
a season (e.g. "2001/2002") or "all" for all season |
Author(s)
produnis
References
fTip-Database https://github.com/ftip
See Also
Examples
## 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")
[Package wikibooks version 0.2.1 Index]