Description Usage Arguments Value Examples
View source: R/fars_functions.R
Iterate over a given collection of year labels, and for each one try to extract tables of year and month labels associated with any accident data that can be found. In case of a missing file for a given year, a warning message is raised and a null table is associated with that year
1 | fars_read_years(years)
|
years |
list containing a list of integers, or labels convertible to integers, representing the year labels of the accident data files |
returns a list of the same dimension as 'years', containing dplyr::tbl_df objects with year and MONTH columns of the underlying data, or NULL if no data are found
1 | fars_read_years(list(2013, 2014, 2015))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.