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

## Not run: 
# Fetch all countries
countries_df <- get_all_countries()
head(countries_df)

## End(Not run)

[Package dtmapi version 0.0.3 Index]