Returns information on a division by division ID

nhl_divisions_info(division_id)

Arguments

division_id

Division ID

Value

Returns a data frame

  • division_id -

  • name -

  • name_short -

  • link -

  • abbreviation -

  • active -

  • conference_id -

  • conference_name -

  • conference_link -

Examples

# \donttest{
  nhl_divisions_info(division_id=17)
#>   division_id     name name_short                 link abbreviation active
#> 1          17 Atlantic        ATL /api/v1/divisions/17            A   TRUE
#>   conference_id conference_name       conference_link
#> 1             6         Eastern /api/v1/conferences/6
# }