totgoals: Return all instances of a team being involved in a game with...

totgoalsR Documentation

Return all instances of a team being involved in a game with n goals

Description

Return all instances of a team being involved in a game with n goals

Usage

totgoals(df = NULL, N = NULL, teamname = NULL)

Arguments

df

The results dataframe

N

Number of goals

teamname

teamname

Value

a dataframe with matches

Examples

totgoals(england, 10, "York City")
totgoals(england, 12, "Aston Villa")


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