Description Usage Arguments Note Examples
Maps yearly accidents in a US state as points.
1 | fars_map_state(state.num, year)
|
state.num |
integer id of US state |
year |
integer vector of years |
Throws an error if the numerical id of a state is invalid.
1 2 3 | if(interactive()){
fsum <- fars_map_state(1, 2013:2015)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.