Skip to contents

Retrieve all countries for which DTM data is publicly available through the API.

Usage

get_all_countries()

Value

A data frame containing the list of all countries.

Examples

if (FALSE) { # !identical(Sys.getenv("DTM_SUBSCRIPTION_KEY"), "")
countries_df <- get_all_countries()
head(countries_df)
}