Description Usage Arguments Details Value Examples
This is a function that row-binds a list of tibbles and summarises the fatal injuries by Year and Month
1 | fars_summarize_years(years)
|
years |
A vector or list of year values |
An error message is provided if no csv files are present in the current working directory under the year values that are provided,
A table of frequencies by year (columns) and month (rows)
1 2 3 4 5 | ## Not run:
fars_summarize_years(c("2014", "2015"))
fars_summarize_years(list("2014", "2015"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.