| bestwins | R Documentation | 
Return each team's best wins
bestwins(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 best wins
bestwins(england,"Everton") bestwins(england,"Aston Villa", type="H") bestwins(england,"York City", type="A") bestwins(england,"Port Vale", N=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.