Description Usage Arguments Value Examples
Retrieves franchise records (best/worst seasons, most goals in a game, etc).
1 | getFranchiseRecords(franchiseID = NULL, franchiseName = NULL)
|
franchiseID |
Optional franchise ID to filter results. |
franchiseName |
Optional franchise name to filter results. |
Season record stats for every (filtered) franchise.
1 2 3 4 5 | #See the records for franchise 23:
records <- getFranchiseRecords(franchiseID = 23)
#Or, knowing that franchise 23 is New Jersey Devils:
records <- getFranchiseRecords(franchiseName = "New Jersey Devils")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.