Description Usage Arguments Value Examples
View source: R/fars_functions.R
This is a function that prints a map of the locations of accidents in a particular state and year.
1 | fars_map_state(state.num, year)
|
state.num |
An integer representing the state. |
year |
An integer representing the year. |
This function returns a map of locations of accidents.
1 2 3 4 | ## Not run:
fars_map_state(1, 2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.