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