Learn R Programming

nhlscraper (version 0.2.0)

get_countries: 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()

Arguments

Value

tibble with one row per country

Examples

Run this code
all_countries <- get_countries()

Run the code above in your browser using DataLab