View source: R/get_country_info_co.R
| get_country_info_co | R Documentation |
Retrieves comprehensive country information for Colombia from the REST Countries API. This function fetches data including official and common names, geographical information, capital, area, population, and languages.
get_country_info_co()
A tibble with one row containing Colombia's country information, or NULL if the API is unavailable.
co_info <- get_country_info_co()
print(co_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.