R/data-nuclear_accidents_wiki.R

#' Nuclear and radiation accidents and incidents (Wikipedia)
#'
#' A table containing nuclear and radiation accidents and incidents.
#'
#'
#'
#' @format A data.table data frame with 28 rows and 6 variables:
#' \describe{
#' \item{Date}{Date of the accident}
#' \item{Location}{Location of the accident}
#' \item{Description}{Description of accident or incident}
#' \item{Fatalities}{Number of people that died}
#' \item{Cost (in millions 2006 US$)}{Cost in millions of 2006 US dollars}
#' \item{INES rating)}{INES level}
#' }
#'
#'
#' @source
#' Wikimedia Foundation, Inc. Wikipedia, 5 September 2023, "Nuclear and radiation accidents and incidents", \url{https://en.wikipedia.org/wiki/Nuclear_and_radiation_accidents_and_incidents}.
#'
#
#
#'
#'
#'
"nuclear_accidents_wiki"
#> [1] "nuclear_accidents_wiki"

Try the iemiscdata package in your browser

Any scripts or data that you put into this service are public.

iemiscdata documentation built on Sept. 26, 2023, 1:07 a.m.