Description Usage Arguments Value Examples
This function takes the state number and a specific year as arguments and prints out a map of accidents in the selected state.
| 1 | fars_map_state(state.num, year)
 | 
| state.num | This is a single integer value with the state number from the input. | 
| year | This value is an input value that gives out either a single year or a range of several years. | 
Either a message is given out when there are no accidents or a map of the state and its accidents is shown.
| 1 | fars_map_state(1,2015)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.