R/data.R

#' Fatal injuries suffered in moter vehicle traffic crases around US from 2013 to 2015
#'
#' Data from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System,
#' which is a nationwide census providing the American public yearly data regarding fatal injuries suffered
#' in motor vehicle traffic crashes.
#'
#' @format e.g. 2013 data: a data frame with 30202 rows and 50 variables:
#' \describe{
#'   \item{STATE}{code of the state where the incident occurred}
#'   \item{LONGITUD}{longitude coordinate of the incident location}
#'   \item{LATITUDE}{latitude coordinate of the incident location}
#'   \item{MONTH}{month of the incident date}
#'   \item{YEAR}{year of the incident date}
#'   ...
#' }
#' @source \url{https://www.nhtsa.gov/Data/Fatality-Analysis-Reporting-System-(FARS)}
perfectslumber/far documentation built on May 8, 2019, 12:49 p.m.