Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
This function gives a frequency table for months in each year.
1 | fars_summarize_years(years)
|
years |
a vector of numbers. |
It returns a frequency table for months in each year. The first column of the output is the month number and the other columns are year-wise month counts in the fars data.
If the year is not in the fars data then it will return an error message.
1 2 | fars_summarize_years(2013)
fars_summarize_years(c(2013,2014))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.