getPlayoffRecordVsFranchise: Get Franchise Head to Head playoff record

Description Usage Arguments Value Examples

Description

Get Franchise Head to Head playoff record

Usage

1
2
getPlayoffRecordVsFranchise(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' playoff games.

Examples

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")

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