Description Usage Arguments Value Note Examples
Load several accident_YEAR.csv.bz2 files into a list of tbl data.frame.
1 | fars_read_years(years)
|
years |
A vector of years (numeric or character). |
A list in which each element corresponds to a loaded file.
Will throw error and not function if any element inside years isn't related to an existing filename.
1 2 3 4 5 | ## Not run:
fars_read_years(2013, 2014, 2015)
fars_read_years("2013")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.