Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function summarizes the number of accidents for each month in the selected years.
1 | fars_summarize_years(years)
|
years |
A vector of years from which summarize the monthly number of observations. |
The function return a tibble summarizing the number of observations for each month in the selected years.
1 2 3 4 5 6 | ## Not run:
library(dplyr)
years <- c(2013,2014)
fars_summarize_years(years)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.