# Info on data sets
#
# Author: Oliver
###############################################################################
#' Epidemic Disasters training data set 2010-2014
#'
#' Number of epidemic disasters per country per year.
#'
#'
#' @name train
#'
#' @docType data
#'
#' @usage data(train)
#'
#' @format An object of class \code{"data.table"}.
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(train)
#' str(train)
NULL
# cannot give much more detail, otherwise you can google your way to find the test day
# that were reported
# to the International Disaster Database between 2010-2016. In 1988, the
# Centre for Research on the Epidemiology of Disasters (CRED) launched the
# Emergency Events Database (EM-DAT). EM-DAT was created with the initial
# support of the World Health Organisation and the Belgian Government.
# The main objective of the database is to serve the purposes of humanitarian
# action at national and international levels. The initiative aims to rationalise
# decision making for disaster preparedness, as well as provide an objective base
# for vulnerability assessment and priority setting.
# EM-DAT contains essential core data on the occurrence and effects of over
# 22,000 mass disasters in the world from 1900 to the present day. The database
# is compiled from various sources, including UN agencies, non-governmental
# organisations, insurance companies, research institutes and press agencies.
#' IHR data set 2010-2016
#'
#' As part of the International Health Regulations monitoring framework,
#' countries are requested to self assess their capacity in
#' responding to epidemic disasters each year. Self-assessments range
#' from 0 to 100, and are sub-divided into 11 categories.
#'
#' @name ihr
#'
#' @docType data
#'
#' @usage data(ihr)
#'
#' @format An object of class \code{"data.table"}.
#'
#' @keywords datasets
#'
#' @source \href{http://apps.who.int/gho/data/node.main.IHR?lang=en}{IHR Data Archive}
#'
#' @examples
#' data(ihr)
#' str(ihr)
NULL
#' World Bank Development Indicators data set 2010-2016
#'
#' World Development Indicators (WDI) is the primary World Bank collection of
#' development indicators, compiled from officially recognized international
#' sources. It presents the most current and accurate global development data
#' available, and includes national, regional and global estimates.
#'
#' @name devi
#'
#' @docType data
#'
#' @usage data(devi)
#'
#' @format An object of class \code{"data.table"}.
#'
#' @keywords datasets
#'
#' @source \href{http://databank.worldbank.org/data/reports.aspx?source=world-development-indicators}{World Bank WDI archive}
#'
#' @examples
#' data(devi)
#' str(devi)
NULL
#' World Bank Capacity data set 2010-2016
#'
#' Statistical Capacity Indicators provides information on various aspects of
#' national statistical systems of developing countries, including an overall
#' country-level statistical capacity indicator.
#'
#' @name cap
#'
#' @docType data
#'
#' @usage data(cap)
#'
#' @format An object of class \code{"data.table"}.
#'
#' @keywords datasets
#'
#' @source \href{http://databank.worldbank.org/data/reports.aspx?source=statistical-capacity-indicators}{World Bank Capacity archive}
#'
#' @examples
#' data(cap)
#' str(cap)
NULL
#' World Bank Health and Nutrition data set 2010-2016
#'
#' Key health, nutrition and population statistics gathered from a variety of international sources.
#'
#' @name nut
#'
#' @docType data
#'
#' @usage data(nut)
#'
#' @format An object of class \code{"data.table"}.
#'
#' @keywords datasets
#'
#' @source \href{http://databank.worldbank.org/data/reports.aspx?source=health-nutrition-and-population-statistics}{World Bank Health and Nutrition archive}
#'
#' @examples
#' data(nut)
#' str(nut)
NULL
#' World Bank Poverty and Equity data set 2010-2016
#'
#' Poverty and Equity Database.
#'
#' @name pov
#'
#' @docType data
#'
#' @usage data(pov)
#'
#' @format An object of class \code{"data.table"}.
#'
#' @keywords datasets
#'
#' @source \href{http://databank.worldbank.org/data/reports.aspx?source=poverty-and-equity}{World Bank Poverty and Equity archive}
#'
#' @examples
#' data(pov)
#' str(pov)
NULL
#' World Bank GDP data set 2010-2016
#'
#' World Bank national accounts data, and OECD National Accounts data files.
#'
#' @name gdp
#'
#' @docType data
#'
#' @usage data(gdp)
#'
#' @format An object of class \code{"data.table"}.
#'
#' @keywords datasets
#'
#' @source \href{https://data.worldbank.org/indicator/NY.GDP.MKTP.KD?view=map}{World Bank GDP archive}
#'
#' @examples
#' data(gdp)
#' str(gdp)
NULL
#' WHO regions data set
#'
#' Linking anonymised country identifiers to WHO regions.
#'
#' @name whoreg
#'
#' @docType data
#'
#' @usage data(whoreg)
#'
#' @format An object of class \code{"data.table"}.
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(whoreg)
#' str(whoreg)
NULL
#' Populations 2013 data set
#'
#' Population sizes in 2013 data set
#'
#' @name pop13
#'
#' @docType data
#'
#' @usage data(pop13)
#'
#' @format An object of class \code{"data.table"}.
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(pop13)
#' str(pop13)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.