Learn R Programming

nhlscraper (version 0.2.0)

get_players: 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()

Arguments

Value

tibble with one row per player

Examples

Run this code
# This may take >5s, so skip.
# \donttest{
  all_players <- get_players()
# }

Run the code above in your browser using DataLab