get_countries {nhlscraper} | R Documentation |
Get all countries
Description
get_countries()
retrieves information on each country, including but not limited to their ID, name, 2-letter code, and 3-letter code.
Usage
get_countries()
Value
tibble with one row per country
Examples
all_countries <- get_countries()
[Package nhlscraper version 0.2.0 Index]