Description Usage Arguments Value Examples
View source: R/games_between.R
Function to List all games ever between two teams
1 | games_between(df = NULL, teamname1 = NULL, teamname2 = NULL)
|
df |
The results dataframe |
teamname1 |
teamname1 |
teamname2 |
teamname2 |
a dataframe of games between the two teams. If they have never played will return an empty dataframe.
1 2 | games_between(england, "Aston Villa", "York City")
games_between(england, "Carlisle United", "Chelsea")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.