Description Usage Arguments Value Examples
Return list with data frame objects
1 | fars_read_years(years)
|
years |
A vector of the years that you need |
Returns a list with data.frame objects which contain columns MONTH and year
1 2 3 4 5 | ## Not run:
years_range <- 2013:2015
result <- fars_read_years(years_range)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.