R/data.R

#' @title Fatality Analysis Reporting System (FARS)
#'
#' @description FARS is a nationwide census providing NHTSA,
#' Congress and the American public yearly data regarding fatal
#' injuries suffered in motor vehicle traffic crashes.
#'
#' @format A list of tibbles
#' \describe{
#'   \item{2013}{A tibble: 30,202 x 50}
#'   \item{2014}{A tibble: 30,056 x 50}
#'   \item{2015}{A tibble: 32,166 x 52}
#'   ...
#' }
#' @source \url{https://www.nhtsa.gov/research-data/fatality-analysis-reporting-system-fars}
"accident"
SimonDavenport/R-Package-Demo documentation built on June 20, 2020, 3:24 p.m.