Description Usage Arguments Details Examples
This is a function that takes state.num
and year
arguments
and maps the locations of rows (accidents) within the referenced state.
1 | fars_map_state(state.num, year)
|
state.num |
integer (or integer-coercible) for state. |
year |
integer (or integer-coercible) 4-digit year. |
Errors could come from years being improperly formatted or state.num not being coercible to integer.
1 2 3 4 | ## Not run:
fars_map_state(13, 2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.