knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

You can read FARS data files for a series of years using the fars_read_years function.

If you want to summarize FARS data, use the fars_summarize_years function.

If you want to plot the FARS data for a given US state, use the fars_map_state function.



dabrx/farsdata documentation built on May 23, 2019, 6:06 p.m.