Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function summarizes the number of observations for each month of the selected years.
1 | fars_summarize_years(years)
|
years |
A vector containing the years to read. |
This function returns a dataframe. The first column indicates the month, and each subsequent column shows the number of observations in that month for a specific year.
1 2 3 4 | ## Not run:
fars_summarize_years(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.