USCrashes: US Automobile Crashes

Description Usage Format Examples

Description

US Automobile Crashes from FARS (https://www.nhtsa.gov/research-data/fatality-analysis-reporting-system-fars).

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 4018 rows and 7 columns.

Examples

1
2
3
4
5
6
if (require(ggformula)) {
  gf_smooth(deaths ~ date, data = USCrashes, color = ~ wday, size = 0.5) %>%
    gf_refine(scale_color_brewer(type = "qual")) %>%
    gf_theme(theme_bw())
  gf_violinh(dayofweek ~ deaths, data = USCrashes)
}

rpruim/USCrashes documentation built on May 27, 2019, 2:10 p.m.