Description Usage Arguments Examples
View source: R/fars_functions.R
Checks for state code validity, accident presence in the specified subset and latitude/longitude range. Returns NULL invisibly.
1 | fars_map_state(state.num, year)
|
state.num |
A value representing the state numerical code. It will be coerced to integer, therefore it does not need to be of a specific type, as long as the coercion is feasible. |
year |
A value representing the year. It will be coerced to integer, therefore it does not need to be of a specific type, as long as the coercion is feasible. |
1 | fars_map_state(6, 2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.