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

Example: plotting events

You can plot all events in a given year on a map and identify the state with the lowest apparent density of incidents.

## use fars_map_state and provide a year and range of state ID#s

fars_map_state(1:50, 2013)

#Wyoming


samthomasRLA/FARS documentation built on May 28, 2019, 5:40 p.m.