get_players {nhlscraper}R Documentation

Get all players

Description

get_players() retrieves information on each player, including but not limited to their ID, name, bio-metrics, birth date and location, and hall-of-fame status.

Usage

get_players()

Value

tibble with one row per player

Examples

# This may take >5s, so skip.

  all_players <- get_players()


[Package nhlscraper version 0.2.0 Index]