Description Usage Arguments Author(s) Examples
Creates a the table based on all played matches. You can also pick one special round to see the standing at one selected round.
1 | league.table(games, ROUND = "Last Round")
|
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. |
Georg Kosso
1 2 3 4 5 | ## table after 18 rounds
league.table(GermanBudesliga, ROUND = 18)
## final table
league.table(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.