Description Usage Arguments Value Examples
This functions will import several years by the using of the fars_read function many times. There are some data manipulation as a creation of a column called year (using mutate) and a selection of two variable per year.
1 | fars_read_years(years)
|
years |
Could be a single year or a list of years. |
The results of this function will be a list with only the columns MONTH and year, as you can confirm watching the select(MONTH, year). If any year in the list was invalid the function show a warning message.
1 | ## Not run: fars_read_years(years = list(2013,2014,2015))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.