Description Usage Arguments Value Author(s) Examples
View source: R/fars_functions.R
This function reads in and then summarises the FARs data into number of observations by month and year
1 | fars_summarize_years(years)
|
years |
This is a list/vector of years in YYYY format |
This function returns a tibble containing the number of observations in the given FARs years for each month in the data. The rows are the months and the columns are the given years
Jesus Obregon Dominguez, gerencia@dataengineeringperu.com
1 2 3 4 | ## Not run:
fars_summarize_years(c("2013", "2014", "2015"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.