elipousson / crashapi

💥🚙💥 R package to get Fatality Analysis Reporting System (FARS) data with the FARS API
https://elipousson.github.io/crashapi/
Other
16 stars 0 forks source link

Add support for downloading Crash Support Sampling System data #3

Open elipousson opened 2 years ago

elipousson commented 2 years ago

The data is available for download in a very similar fashion as the FARS zipped data: https://www.nhtsa.gov/file-downloads?p=nhtsa/downloads/CRSS/

It would likely be straightforward to extend get_fars_zip to also support CRSS data downloads.

elipousson commented 1 year ago

This is effectively complete with this commit: https://github.com/elipousson/crashapi/commit/7cd4fa613de56e222dc781abc4715b4f7781550f

I'll leave this open as a reminder to myself to add missing documentation and tests.