https://github.com/robwiederstein/keywestmopeds
The package explores motorcycle crash data from 2012 through 2021 furnished via the Florida Highway Safety and Motor Vehicle Department through its open data portal.
https://github.com/robwiederstein/keywestmopeds
accident codev devtools dplyr dt florida ggplot2 motorcycle pkgdown r rstats testthat travis usethis
Last synced: 12 days ago
JSON representation
The package explores motorcycle crash data from 2012 through 2021 furnished via the Florida Highway Safety and Motor Vehicle Department through its open data portal.
- Host: GitHub
- URL: https://github.com/robwiederstein/keywestmopeds
- Owner: RobWiederstein
- License: other
- Created: 2021-08-17T02:36:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T01:06:57.000Z (over 3 years ago)
- Last Synced: 2025-02-16T19:27:10.560Z (3 months ago)
- Topics: accident, codev, devtools, dplyr, dt, florida, ggplot2, motorcycle, pkgdown, r, rstats, testthat, travis, usethis
- Language: R
- Homepage: https://robwiederstein.github.io/KeyWestMopeds/
- Size: 32.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Key West Mopeds
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[]
[]
[](https://codecov.io/gh/RobWiederstein/KeyWestMopeds?branch=main)
[](https://travis-ci.com/RobWiederstein/KeyWestMopeds)### Overview
`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:
- Resulted in death of, personal injury to, or any indication of complaints of pain or discomfort by any of the
parties or passengers involved in the crash;
- Leaving the scene involving damage to attended vehicles or property (F.S. 316.061(1));
- Driving while under the influence (F.S. 316.193);
- Rendered a vehicle inoperable to a degree that required a wrecker to remove it from the scene of the crash; or
- Involved a commercial motor vehicle.### Getting started
The package consists of the dataset `crash_data`. Assistance may be requested via the command `?crash_data`.
### Resources
* [Open an issue](https://github.com/RobWiederstein/KeyWestMopeds/issues) (GitHub issues for bug reports, feature requests)
### Installation
* Install latest development version from GitHub (requires [devtools](https://github.com/hadley/devtools) package):
```r
if (!require("devtools")) {
install.packages("devtools")
}
devtools::install_github("RobWiederstein/KeyWestMopeds", dependencies = TRUE, build_vignettes = TRUE)
```### Contact
Rob Wiederstein - [@RobWiederstein](https://twitter.com/RobWiederstein) - [email protected]
Project Link: [https://github.com/RobWiederstein/KeyWestMopeds](https://github.com/RobWiederstein/KeyWestMopeds)
### Acknowledgements
* [Florida Department of Transportation](https://www.webpagefx.com/tools/emoji-cheat-sheet)### Code of Conduct
Please note that the KeyWestMopeds project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.