get_all_countries {dtmapi} | R Documentation |
Fetch All Countries
Description
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
# Fetch all countries
countries_df <- get_all_countries()
head(countries_df)
[Package dtmapi version 0.0.1 Index]