Description Usage Arguments Value Examples
View source: R/fars_functions.R
The function summarizes the number of accidents by months based on input years
.
1 | fars_summarize_years(years)
|
years |
A vector of integers for years |
This function returns a data frame abot the number of accidents with months in rows, years in columns. Returns a warning if input years that does not exist in the datasets.
1 2 3 4 | ## Not run:
fars_summarize_years(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.