View source: R/get_colombia_radios.R
| get_colombia_radios | R Documentation |
Retrieves information about radio stations in Colombia from the API Colombia. This function fetches only the following fields: id, name, frequency, and band.
get_colombia_radios()
A tibble with multiple rows and the selected columns, or NULL if the API is unavailable.
radios <- get_colombia_radios()
print(radios)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.