Description Usage Arguments Value Notes Examples
View source: R/maketable_eng.R
Make an English league table
1 |
df |
The results dataframe |
Season |
The Season |
tier |
The tier - must be included |
division |
The division |
a dataframe with a league table
This table makes league tables according to the points and tie-breaking procedures that were in place for each league in each year It also does not evaluate points deducted from teams or if games were artificially awarded to one side based on games not being played.
1 2 3 4 5 | maketable_eng(df=england,Season=1920,tier=1)
maketable_eng(df=england,Season=1947,division="3a",tier=3)
maketable_eng(df=england,Season=1975,tier=1)
maketable_eng(df=england,Season=1975,tier=2)
maketable_eng(df=england,Season=1981,tier=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.