Description Usage Arguments Value Examples
List all occurrences of a specific scoreline for a specific team
1 | score_teamX(df = NULL, score = NULL, teamname = NULL)
|
df |
the results dataset |
score |
the scoreline |
teamname |
the team |
a dataframe of games ending in that result
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.