Learn R Programming

dtmapi (version 0.0.3)

get_all_countries: Fetch All Countries

Description

Retrieve all countries for which DTM data is publicly available through the API.

Usage

get_all_countries()

Arguments

Value

A data frame containing the list of all countries.

Examples

Run this code
if (FALSE) {
# Fetch all countries
countries_df <- get_all_countries()
head(countries_df)
}

Run the code above in your browser using DataLab