get_venues {nhlscraper}R Documentation

Get all venues

Description

get_venues() retrieves information on each venue, including but not limited to their ID, name, and location.

Usage

get_venues()

Value

tibble with one row per venue

Examples

all_venues <- get_venues()

[Package nhlscraper version 0.2.0 Index]