View source: R/get_colombia_natural_areas.R
| get_colombia_natural_areas | R Documentation |
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.
get_colombia_natural_areas()
A tibble with multiple rows and the selected columns, or NULL if the API is unavailable.
natural_areas <- get_colombia_natural_areas()
print(natural_areas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.