get_colombia_natural_areas: Get Natural Areas of Colombia

View source: R/get_colombia_natural_areas.R

get_colombia_natural_areasR Documentation

Get Natural Areas of Colombia

Description

Retrieves information about natural areas in Colombia from the API Colombia. This function fetches only selected fields: id, areaGroupId, categoryNaturalAreaId, name, departmentId, daneCode, and landArea.

Usage

get_colombia_natural_areas()

Value

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

Examples


natural_areas <- get_colombia_natural_areas()
print(natural_areas)



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