View source: R/get_colombia_attractions.R
| get_colombia_attractions | R Documentation |
Retrieves selected information about touristic attractions in Colombia from the API Colombia. This function fetches the attraction ID, name, description, latitude, longitude, and city ID.
get_colombia_attractions()
A tibble with multiple rows, each representing a touristic attraction in Colombia, or NULL if the API is unavailable.
attractions <- get_colombia_attractions()
print(attractions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.