get_colombia_cities: Get All Cities of Colombia

View source: R/get_colombia_cities.R

get_colombia_citiesR Documentation

Get All Cities of Colombia

Description

Retrieves basic information about all cities in Colombia from the API Colombia. This function fetches only the city ID and name to provide a clean and concise dataset.

Usage

get_colombia_cities()

Value

A tibble with two columns: id and name, or NULL if the API is unavailable.

Examples


cities <- get_colombia_cities()
print(cities)



ColombiAPI documentation built on Nov. 5, 2025, 6:59 p.m.