Description Usage Arguments Details Value Examples
Plot State Accidents
1 | fars_map_state(state.num, year)
|
state.num |
ID number of a state |
year |
selected year |
The function will read data and create a map of accidents for a given state and year.
Plot State Accidents by year ans state
1 2 3 4 5 6 7 | fars_map_state(12, 2014)
fars_map_state(36, 2014)
## Not run:
fars_map_state(3, 2014) # error
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.