get_spotlight_players {nhlscraper}R Documentation

Get 'spotlight' players as of now

Description

get_spotlight_players() retrieves information on each 'spotlight' player, including but not limited to their ID, name, position, and sweater number.

Usage

get_spotlight_players()

Value

tibble with one row per player

Examples

spotlight_players_now <- get_spotlight_players()

[Package nhlscraper version 0.2.0 Index]