Description Usage Arguments Value Examples
View source: R/fars_read_years.R
fars_read_years Uses both make_filename(year) and fars_read(file) Accepts one or more years as a list and produce the file name in the format of accident_year.csv.bz2 and produce the relevent dataset
1 | fars_read_years(years)
|
years |
or more years as a list |
returns one or more datasets according to the number of years passed returns null if the input year is invalid
1 2 | ## Not run: fars_read_years(2015)
## Not run: fars_read_years(1999:2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.