Description Usage Arguments Value Examples
Function to List the summary stats of all games ever between two teams
1 | games_between_sum(df = NULL, teamname1 = NULL, teamname2 = NULL)
|
df |
The results dataframe |
teamname1 |
teamname1 |
teamname2 |
teamname2 |
a dataframe with summary of results. Will be empty dataframe if never played.
1 2 3 | games_between_sum(england, "Exeter City", "York City")
games_between_sum(england, "Aston Villa", "York City")
games_between_sum(england, "Manchester United", "Liverpool")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.