Description Usage Arguments Value Examples
This is a function that give us a list with the year that our selection(2013,2014 y 2015) we implement the make_filename and fars_read function to get the data. If we select an unexpected year we'll see a warning message as well we use the tryCatch function to anticipate the possibility of warning or errors and handle it.
| 1 | fars_read_years(years)
 | 
| years | This is the year wich i want the month-year information list | 
This function returns a list with month-year information
| 1 | fars_read_years(2014)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.