get_franchises {nhlscraper} | R Documentation |
Get all franchises
Description
get_franchises()
retrieves information on each franchise, including but not limited to their ID; first and last seasons' IDs; captain, coach, and general manager histories; and retired numbers.
Usage
get_franchises()
Value
tibble with one row per franchise
Examples
all_franchises <- get_franchises()
[Package nhlscraper version 0.2.0 Index]