Description Usage Author(s) See Also Examples
View source: R/country_metadata.R
This function uses the rest api here https://restcountries.eu/rest/v2/all' to get country metadata.
1 |
Sean Davis seandavi@gmail.com
https://restcountries.eu/rest/v2/all
1 2 3 4 5 | cmd = country_metadata()
colnames(cmd)
sapply(cmd, class)
head(cmd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.