league.table: Creating the table of a season

Description Usage Arguments Author(s) Examples

View source: R/SeasonStats.R

Description

Creates a the table based on all played matches. You can also pick one special round to see the standing at one selected round.

Usage

1
league.table(games, ROUND = "Last Round")

Arguments

games

Data frame with all played matches.

ROUND

Shows table at a selected round. If no value is given, then the final table will be shown.

Author(s)

Georg Kosso

Examples

1
2
3
4
5
## table after 18 rounds
league.table(GermanBudesliga, ROUND = 18)

## final table
league.table(data)

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