Description Usage Arguments Value Examples
This function counts the number of observations in each month based on year input.
Conditions that may result in an error:
years
is not a valid vector containing number of year(s);
Data of requested year does not exist.
1 | fars_summarize_years(years)
|
years |
a vector of integer representing number of year(s) |
This function returns a list of tibbles, each tibble contains two columns. The first column is each month, the second column is observation number in that month.
1 | ## Not run: fars_summarize_years(c(2013, 2014))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.