Description Usage Arguments Value Note See Also Examples
View source: R/fars_functions.R
Takes a list of years, and returns a summary of the number of occurences fatal occurences per month and year.
1 | fars_summarize_years(years)
|
years |
A list of years. |
A tibble (dplyr::tbl_df) where each row corresponds to a month of the year, and every column other than the first corresponds to a year.
Years whose data file cannot be bound are ignored.
fars_read_years
1 | ## Not run: fars_summarize_years(c(2013,2014,2015))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.