| worstlosses | R Documentation | 
Return each team's worst losses
worstlosses(df = NULL, teamname = NULL, type = NULL, N = NULL)
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
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.