View source: R/get_colombia_typical_dishes.R
| get_colombia_typical_dishes | R Documentation |
Retrieves information about Colombia's typical dishes from the API Colombia. This function fetches only selected fields: id, name, description, and region.
get_colombia_typical_dishes()
A tibble with multiple rows and the selected columns, or NULL if the API is unavailable.
dishes <- get_colombia_typical_dishes()
print(dishes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.