Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function prints filename with a given year.
1 | fars_map_state(state.num, year)
|
state.num |
number of a state in the US |
year |
a given year |
a plot of accidents' locations of a state
1 2 | x <- fars_map_state(26, "2015")
x <- fars_map_state(26, "201"): error because of invalid year
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.