Description Usage Arguments Value Examples
Returns goalie history and records. Includes career (with franchise) Win/Loss/Tie, shutouts, most goals against, etc.
1 2 |
franchiseID |
Optional franchise ID to filter results. |
franchiseName |
Optional franchise name to filter results. |
firstName |
Optional, search for goalie by first name. Suggest using |
lastName |
Optional, serach for a goalie by last name. Suggest using |
active |
Optional, boolean, limit results to active players. Active can be on any team in the league. |
Goalie record stats for every franchise.
1 2 3 4 5 | #Get active Ottawa Senators Goalies
goalies <- getFranchiseGoalieRecords(franchiseName = "Ottawa Senators", active = TRUE)
#Search for a Goalie
lalime <- getFranchiseGoalieRecords(firstName = "Patrick", lastName = "Lalime")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.