getAllTimeRecordVsFranchise: Get Franchise Head to Head record

Description Usage Arguments Value Examples

Description

Get Franchise Head to Head record

Usage

1
2
getAllTimeRecordVsFranchise(franchiseID = NULL, franchiseName = NULL,
  opponentName = NULL, opponentID = NULL)

Arguments

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.

Value

Head to head records for every franchise.

Examples

1
2
3
#See the historical head to head for Philadelphia Flyers and Boston Bruins
h2h <- getAllTimeRecordVsFranchise(franchiseName = "Philadelphia Flyers",
                                   opponentName = "Boston Bruins")

pbulsink/nhlRapi documentation built on June 27, 2019, 6:35 p.m.