worstlosses: Return each team's worst losses

View source: R/worstlosses.R

worstlossesR Documentation

Return each team's worst losses

Description

Return each team's worst losses

Usage

worstlosses(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 worst losses

Examples

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)


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