bestwins: Return each team's best wins

View source: R/bestwins.R

bestwinsR Documentation

Return each team's best wins

Description

Return each team's best wins

Usage

bestwins(df = NULL, teamname = NULL, type = NULL, N = NULL)

Arguments

df

the results dataset

teamname

team name

type

If =NULL then all results are returned. If Otherwise valid types are H, A relating to home-losses, away-losses

N

The total number of games to return

Value

a dataframe of games ending in best wins

Examples

bestwins(england,"Everton")
bestwins(england,"Aston Villa", type="H")
bestwins(england,"York City", type="A")
bestwins(england,"Port Vale", N=20)


jalapic/engsoccerdata documentation built on Nov. 15, 2022, 3:34 a.m.