get_colombia_attractions: Get All Touristic Attractions of Colombia

View source: R/get_colombia_attractions.R

get_colombia_attractionsR Documentation

Get All Touristic Attractions of Colombia

Description

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.

Usage

get_colombia_attractions()

Value

A tibble with multiple rows, each representing a touristic attraction in Colombia, or NULL if the API is unavailable.

Examples


attractions <- get_colombia_attractions()
print(attractions)



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