get_all_countries {dtmapi} | R Documentation |
Retrieve all countries for which DTM data is publicly available through the API.
get_all_countries()
A data frame containing the list of all countries.
# Fetch all countries
countries_df <- get_all_countries()
head(countries_df)