Description Usage Arguments Value Examples
View source: R/fars_functions.R
fars_summarize_years counts for each year given in input, the number of accidents per MONTH. This function calls fars_read_years.
1 | fars_summarize_years(years)
|
years |
An integer vector with all the target years |
A dataframe with n+1 column : MONTH and n year. Values of n year is the accident number for specific a month. If the year doesn't exist in the files, return warning
1 | fars_summarize_years(c(2014, 2015)) -> success
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.