Description Usage Arguments Details Value Examples
View source: R/fars_functions.R
This function accepts as an input a vector or list of years and returns a list of data frames with MONTH and year columns based on the data loaded from "accident_<year>.csv.bz2" files.
1 | fars_read_years(years)
|
years |
A vector or list of years in numeric or integer format. |
The files need to exist in the working directory. Returns NULL and a warning if the file does not exist.
The function requires the use of the dplyr library.
Returns a list of tibbles with the same number of rows as the "accident_<year>.csv.bz2" files and two columns (MONTH and year).
1 2 | fars_read_years(2013:2015)
fars_read_years(list(2013, 2015))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.