Description Usage Arguments Details See Also Examples
View source: R/fars_functions.R
Represent on a map the accidents occurs on a state and a year
| 1 | fars_map_state(state.num, year)
 | 
| state.num | Number of the state to extract the information | 
| year | Year from which represent the data | 
This function requires libraries dplyr,
maps and graphics
| 1 2 3 4 | ## Not run: 
data <- fars_map_state(state.num = 12, year = 2014)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.