####
restcountries_api_parameters <- list(
base_url = "https://restcountries.com/",
version = "v3.1",
name = "name",
region = "region",
code = "alpha",
currency = "currency",
lang = "lang",
capital = "capital",
callcode = "callingcode",
regionalbloc = "regionalbloc"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.