View source: R/get_colombia_cities.R
| get_colombia_cities | R Documentation |
Retrieves basic information about all cities in Colombia from the API Colombia. This function fetches only the city ID and name to provide a clean and concise dataset.
get_colombia_cities()
A tibble with two columns: id and name, or NULL if the API is unavailable.
cities <- get_colombia_cities()
print(cities)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.