Retrieve all countries for which DTM data is publicly available through the API.
Examples
if (FALSE) { # !identical(Sys.getenv("DTM_SUBSCRIPTION_KEY"), "")
countries_df <- get_all_countries()
head(countries_df)
}
Retrieve all countries for which DTM data is publicly available through the API.
if (FALSE) { # !identical(Sys.getenv("DTM_SUBSCRIPTION_KEY"), "")
countries_df <- get_all_countries()
head(countries_df)
}