Description Usage Arguments Value Note Examples
This function returns a tibble that summarizes the number of observations for each month and each dataset.
1 | fars_summarize_years(years)
|
years |
A vector of years. |
A tibble
Invalid year values may result in an error and NULL is returned for the specific dataset.
1 2 3 4 | ## Not run:
fars_summarize_years(c("2013", "2014"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.