Description Usage Arguments Value Examples
View source: R/fars_functions.R
Read in dataset over a given collection of year labels and compute a count of the number of records found by year and MONTH
1 | fars_summarize_years(years)
|
years |
list containing a list of integers, or labels convertible to integers, representing the year labels of the accident data files. Warning messages will be generated if no files are found for a given year |
a dplyr::tbl_df object containing the number of records found in the files indicated by 'years' broken down by year (columns) and by month (rows)
1 | fars_summarize_years(list(2013, 2014, 2015))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.