R/data.R

#' Disasters Worldwide
#'
#' A dataset containing a comprehensive listing of over 17,000 disasters, natural and otherwise, from around the globe from 1900-2008.
#'
#' @format A data frame with 17828 rows and 11 variables:
#' \describe{
#'    item{Start}{Start, in YYYYMMDD format}
#'    item{End}{End, in YYYYMMDD format}
#'    item{Country}{Country}
#'    item{Location}{Location}
#'    item{Type}{Type}
#'    item{Sub_Type}{Sub_Type}
#'    item{Name}{Name}
#'    item{Killed}{Killed}
#'    item{Cost}{Cost}
#'    item{Affected}{Affected}
#'    item{Id}{Id}
#' }
#' @source \url{http://www.emdat.be/}
"Remdat"
botanyhelp/Remdata documentation built on May 6, 2019, 7:27 a.m.