Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function create a list for each specified year containing a tibble with month and year columns referred to a fars_read file. It also check if there is data for the selected year.
1 | fars_read_years(years)
|
years |
A vector of years from which create the lists. |
The function returns a list for each year containing the columns of the month and year.
1 2 3 4 5 | ## Not run:
years <- c(2013,2014,2015)
fars_read_years(years)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.