score_teamX: List all occurrences of a specific scoreline for a specific...

Description Usage Arguments Value Examples

Description

List all occurrences of a specific scoreline for a specific team

Usage

1
score_teamX(df = NULL, score = NULL, teamname = NULL)

Arguments

df

the results dataset

score

the scoreline

teamname

the team

Value

a dataframe of games ending in that result

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
score_teamX(england,"4-4", "Tottenham Hotspur")
#all 4-4 draws Tottenham Hotspur have played in (home and away)

score_teamX(england,"3-5", "York City")
#list all 5-3 defeats suffered by York City (regardless of if occurred home/away)

score_teamX(england,"5-3", "York City")
#list all 5-3 victories by York City (regardless of if occurred home/away)

score_teamX(england,"8-0", "Arsenal")
#list all 8-0 victories by Arsenal (regardless of if occurred home/away)

score_teamX(england,"0-8", "Arsenal")
#list all 8-0 defeats suffered by Arsenal (regardless of if occurred home/away)

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