Description Usage Arguments Value Examples
Return each team's worst losses
1 |
df |
the results dataset |
teamname |
team name |
type |
If |
N |
The total number of games to return |
a dataframe of games ending in worst losses
1 2 3 4 5 | worstlosses(england,"Everton")
worstlosses(england,"Aston Villa", type="H")
worstlosses(england,"York City", type="A")
worstlosses(england,"Port Vale", N=20)
worstlosses(england,"Hull City", type="A", N=7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.