get_all_countries: Fetch All Countries

View source: R/get_all_countries.R

get_all_countriesR 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)

dtmapi documentation built on June 23, 2025, 5:08 p.m.