Description Usage Arguments Value Examples
View source: R/fars_read_years.R
The function fars_read_years list the fatality data for each month in the years given fars_read_years function takes vector of years as input and selects the MONTH and year columns and lists tibble data frame for each year
1 | fars_read_years(years)
|
vector |
of years |
lists of tibble dataframes selecting the fatal accident data for each month in the given years. If the year is not matching it gives the warning 'invalid year'
1 | fars_read_years(2013)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.