Description Usage Arguments Value Examples
View source: R/fars_function.R
User provides a state and the function will create a plot of observations of accidents
1 | fars_map_state(state.num, year)
|
state.num |
|
year |
integer |
Returns a plot of the state with plot accidents. Returns error if state number is not valid. Returns a message if no data is avaialable for that state.
1 2 3 4 | ## Not run:
fars_map_state(50,2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.