/aircrashes

Visualize 30 years of plane crashes

Primary LanguageR

Aviation data

Get the data

Download the full database from ntsb.gov. Clean it with

sed "s/ \| /|/g" AviationData.txt > AviationData.clean.txt

Run the app

require(shiny)
runApp()

Todo