View source: R/country_metadata.R
country_metadata | R Documentation |
This function uses the rest api here https://restcountries.eu/rest/v2/all' to get country metadata.
country_metadata()
a data.frame
Sean Davis seandavi@gmail.com
https://restcountries.eu/rest/v2/all
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.