Description Usage Arguments Value Examples
Get Different Records for Teams
1 | getRecords(stage = 1)
|
stage |
Either 1 or 2, denotes the stage of the competition to use data from. Default is 1. |
A dataframe containing wins, losses, and win percentages for various types of games (home, away, neutral) for each team in each season
1 2 3 4 5 | #get stage 2 records data
## Not run:
records <- getRecords(stage = 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.