# NOT RUN {
## 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")
# }
Run the code above in your browser using DataLab