Description Usage Arguments Details Value Examples
Reads the data for the given years. If the dataset corresponding to a year is not found, the function creates a warning and returns null
1 | fars_read_years(years)
|
years |
The years for which FARS data has to be read |
Error if file for the given year not found in the FARS dataset
list of datasets for each year having the MONTH and year column. The count of MONTH represents the fatalities in that month.
1 2 3 4 | ## Not run:
fars_read_years(c(2013, 2014, 2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.