team: Selects one team of the table to see its values in the table

Description Usage Arguments Author(s) Examples

View source: R/SeasonStats.R

Description

Shows the wins, draws, losts of one team. You can also use league(data)[league(data)$Team == "Team", ]

Usage

1
team(t, ROUND = "Last Round")

Arguments

t

Team to be shown. To see all possible teams use allteams(games)

ROUND

Shows values of at one selected round. If no value is given, then the final tablevalues will be shown.

Author(s)

Georg Kosso

Examples

1
2
3
4
5
## Show values of Borussia Dortmund after 18 Rounds
team("Borussia Dortmund", 18)

## Show values of 1. FC Union Berlin after all games
team("1. FC Union Berlin")

kosge1911/SeasonStats documentation built on Dec. 21, 2021, 7:44 a.m.