get_award_winners {nhlscraper} | R Documentation |
Get all award winners/finalists
Description
get_award_winners()
retrieves information on each award winner or finalist, including but not limited to their player, trophy, and season IDs; name; and vote count.
Usage
get_award_winners()
Value
tibble with one row per winner/finalist
Examples
all_award_winners <- get_award_winners()
[Package nhlscraper version 0.2.0 Index]