Description Usage Arguments Value Author(s) Examples
Get a list of countries in the database
1  | get_countries(sort = c("name", "iso3"), ci = idmc_api_key())
 | 
sort | 
 Sort the   | 
ci | 
 A character of IDMC_API_KEY. See [idmc_api_key()].  | 
A data.frame of search results, with two columns: 'iso3' and
'name'.
An Chu
1 2 3 4 5 6 7  | ## Not run: 
## sorting by country name (default)
get_countries()
## sorting data frame by country's ISO3 code
get_countries(sort = 'iso3')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.