Description Usage Arguments Value Examples
Lists all matches that a team has played in that ended in a scoreline
1 | score_team(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 | score_team(england, "1-0", "Arsenal") # All games ending 1-0 or 0-1 involving Arsenal
score_team(england, "4-3", "Coventry City") # All games ending 4-3 or 3-4 involving Coventry City
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.