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

Description Usage Arguments Value Examples

Description

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

Usage

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

Arguments

df

The results dataframe

N

Number of goals

teamname

teamname

Value

a dataframe with matches

Examples

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

engsoccerdata documentation built on May 2, 2019, 8:29 a.m.