get_colombia_typical_dishes: Get Typical Dishes of Colombia

View source: R/get_colombia_typical_dishes.R

get_colombia_typical_dishesR Documentation

Get Typical Dishes of Colombia

Description

Retrieves information about Colombia's typical dishes from the API Colombia. This function fetches only selected fields: id, name, description, and region.

Usage

get_colombia_typical_dishes()

Value

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

Examples


dishes <- get_colombia_typical_dishes()
print(dishes)



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