get_awards {nhlscraper}R Documentation

Get all awards

Description

get_awards() retrieves information on each award, including but not limited to their trophy ID, name, description, creation date, and image URL.

Usage

get_awards()

Value

tibble with one row per award

Examples

all_awards <- get_awards()

[Package nhlscraper version 0.2.0 Index]