Skip to contents

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