Description Usage Arguments Value See Also Examples
View source: R/fars_functions.R
This function collects data from multiple years and summarizes
1 | fars_summarize_years(years)
|
years |
vector of years |
summary table showing the count of measurements per month and year
fars_read_years
1 2 3 4 | library(magrittr)
c(2013,2014) %>%
fars_summarize_years() %>%
plot()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.