Description Usage Arguments Note Examples
Shows a graphic of the points where accidents took place for the given state number for the given year.
1 | fars_map_state(state.num, year)
|
state.num |
Integer ID of the state. |
year |
Integer year. |
Rasies an error if the state number is absent in the year fars dataset or the fars data file for the year is absent.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
fars_map_state(1, 2021)
Error in fars_read(filename) :
file 'accident_2021.csv.bz2' does not exist
fars_map_state(1000, 2013)
Error in fars_map_state(1000, 2013) : invalid STATE number: 1000
fars_map_state(1, 2013)
<shows image>
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.