Description Usage Arguments Details Value Examples
Reads the FARS info for the list of years passed as parameter, returning them as a list of tables.
1 | fars_read_years(years)
|
years |
List or numeric vector of years to read data from |
In case of error reading the data for one year, it will give a warning and continue with the rest.
A list of tbl_df with the information per year
1 2 3 4 5 | ## Not run:
# Reads the data from 2013 to 2015
fars_read_years(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.