get_colombia_native_communities: Get Native Communities of Colombia

View source: R/get_colombia_native_communities.R

get_colombia_native_communitiesR Documentation

Get Native Communities of Colombia

Description

Retrieves information about Colombia's native communities from the API Colombia. This function fetches only selected fields: id, name, description, and languages.

Usage

get_colombia_native_communities()

Value

A tibble with multiple rows and the selected columns, or NULL if the API is unavailable.

Examples


native_communities <- get_colombia_native_communities()
print(native_communities)



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