Description Usage Arguments Value Examples
Get Franchise Head to Head record
1 2 | getAllTimeRecordVsFranchise(franchiseID = NULL, franchiseName = NULL,
opponentName = NULL, opponentID = NULL)
|
franchiseID |
Optional franchise ID to filter results. |
franchiseName |
Optional franchise name to filter results. |
opponentName |
Optional opponent name to filter results. |
opponentID |
Optional opponent franchise ID to filter results. |
Head to head records for every franchise.
1 2 3 | #See the historical head to head for Philadelphia Flyers and Boston Bruins
h2h <- getAllTimeRecordVsFranchise(franchiseName = "Philadelphia Flyers",
opponentName = "Boston Bruins")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.