fars_map_state: fars_map_state

Description Usage Arguments Note Examples

Description

Maps yearly accidents in a US state as points.

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

integer id of US state

year

integer vector of years

Note

Throws an error if the numerical id of a state is invalid.

Examples

1
2
3
if(interactive()){
   fsum <- fars_map_state(1, 2013:2015)
}

c5sire/fars documentation built on May 13, 2019, 10:33 a.m.