GIS.countrylist <- function(){
temp <- paste0(.libPaths()[1],"/AEGIS/data/Country_list.Rdata")
load(temp)
country_list <- Country_list[order(Country_list$USABLE),]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.