Description Usage Arguments Value Examples
summarize number count for each month and year combination
1 | fars_summarize_years(years)
|
years |
a list of years used for |
a table in tibble format, contain couts for each month-year combination.
1 2 3 | setwd(paste0(.libPaths()[1],"/Fas"))
years <- list(2014, 2013)
fars_summarize_years(years)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.