Description Usage Arguments Value Note Examples
View source: R/fars_function.R
This function summarizes the number of times the months appear for a specified vector of years.
1 | fars_summarize_years(years)
|
years |
A numeric vector giving the year or years from which to select |
This function returns a data frame with the amount of times every month appears per year.
There will be errors if the year is absent or the if the year is referenced to a non-existing object in the environment. There are warnings when the year or years are invalid (no existing filename with that year).
1 | fars_summarize_years(c(2013,2014,2015))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.