The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
rfars
comes pre-loaded with searchable codebooks,
compiled from SAS format files and the User Manuals (see: FARS
Analytical User’s Manual and CRSS
Analytical User’s Manual). Access the codebooks in RStudio with:
It can be helpful to search the codebooks for certain concepts. For example, below we print out all entries related to speed. This helps find relevant crashes for analysis and shows how variables change over time.
rfars::fars_codebook %>%
filter(if_any(everything(), ~ str_detect(as.character(.), "speed"))) %>%
DT::datatable(caption = "Codebook records pertaining to speed")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.