KeyWestMopeds
is an exploratory analysis of motorcycle/moped crashes in Florida from 2012 through 2019. A threshold requirement for understanding the data set is to understand what triggers a long form crash report and how a motor vehicle is defined.
According to the Florida Uniform Traffic Crash Manual, a long form crash report is required when:
The package consists of the dataset crash_data
. Assistance may be requested via the command ?crash_data
.
if (!require("devtools")) {
install.packages("devtools")
}
devtools::install_github("RobWiederstein/KeyWestMopeds", dependencies = TRUE, build_vignettes = TRUE)
Rob Wiederstein - @RobWiederstein - rob@robwiederstein.org
Project Link: https://github.com/RobWiederstein/KeyWestMopeds
Please note that the KeyWestMopeds project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.