get_colombia_radios: Get Radios of Colombia

View source: R/get_colombia_radios.R

get_colombia_radiosR Documentation

Get Radios of Colombia

Description

Retrieves information about radio stations in Colombia from the API Colombia. This function fetches only the following fields: id, name, frequency, and band.

Usage

get_colombia_radios()

Value

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

Examples


radios <- get_colombia_radios()
print(radios)



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