Nothing
#' Load the metadata from an areal database
#'
adb_metadata <- function(){
# set internal paths
intPaths <- paste0(getOption(x = "adb_path"))
# information to gather
# - number of nations
# - which variables (and their type)
# - range of values in the variables
#
# -> all these information should be written and constantly updated in db_metadata.txt
# return(out)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.