Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadley/neiss
Data from National Electronic Injury Surveillance System
https://github.com/hadley/neiss
data r
Last synced: 22 days ago
JSON representation
Data from National Electronic Injury Surveillance System
- Host: GitHub
- URL: https://github.com/hadley/neiss
- Owner: hadley
- Created: 2016-02-16T21:49:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T01:13:42.000Z (over 5 years ago)
- Last Synced: 2024-10-05T06:19:31.548Z (about 1 month ago)
- Topics: data, r
- Language: HTML
- Size: 69.4 MB
- Stars: 54
- Watchers: 5
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neiss
[![Travis-CI Build Status](https://travis-ci.org/hadley/neiss.svg?branch=master)](https://travis-ci.org/hadley/neiss)
The neiss package provides access to the last five years of data (2013-2017) from the [National Electronic Injury Surveillance System](https://www.cpsc.gov/Research--Statistics/NEISS-Injury-Data/), which is a sample of all accidents reported to emergency rooms in the US.
It currently contains three datasets:
* `injuries`: individual injury results
* `products`: product code lookup table
* `population`: population of the US by age, sex, and yearInspired by [flowing data](http://flowingdata.com/2016/02/09/why-people-visit-the-emergency-room/).
## Installation
`neiss` is not currently on CRAN but you can install it with devtools:
```R
# install.packages("devtools")
devtools::install_github("hadley/neiss")
```But please note that this will take a while to download because the data is quite large.