Description Usage Arguments Value See Also Examples
View source: R/fars_function.R
An auxiliary function used by fars_summarize_years
to extract years
and months from FARS data.
1 | fars_read_years(years)
|
years |
A List of strings or numbers, which correspond to the years from which to extract data. |
A tibble including entries of month and year read from the different
csv files of the different years provided in years
, or NULL
and a warning if the input is not valid.
1 | data <- fars_read_years(c(2014, 2015))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.