Description Usage Arguments Value Examples
Get Franchise Head to Head playoff record
1 2 | getPlayoffRecordVsFranchise(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' playoff games.
1 2 3 | #See the head to head playoff results between the two New York teams
h2h_playoffs <- getPlayoffRecordVsFranchise(franchiseName = "New York Islanders",
opponentName = "New York Rangers")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.