nhl_url_players_allseasons: Create an NHL API URL for all players' seasons statistics

Description Usage Arguments Examples

View source: R/nhl_players_seasons.R

Description

Create an NHL API URL for all players' seasons statistics

Usage

1

Arguments

playerIds

integer(), vector of one or more ids of the players. The ids correspond to the ids expected by the NHL API people endpoint. For most cases the playerNames argument can be provided for more convenient usage.

Examples

1
2
  # Joe Sakic, all seasons
  nhlapi:::nhl_url_players_allseasons(8451101L)

nhlapi documentation built on Feb. 20, 2021, 9:06 a.m.