Description Usage Arguments Value Examples
The function take a list of years as input, use make_filename functon, and fars_read to read data from disk according to the years provided. Only month and year columns will be kept. Final output will be list format each element contain data for one year.
1 | fars_read_years(years)
|
years |
a list contain years use to extract data, years can either denote as integers or strings. |
a list contain only the month and year provided, each element contain data for the same year. If the no data match the year provided NULL and a warning message will return.
1 2 3 | setwd(paste0(.libPaths()[1],"/Fas"))
years <- list(2014,2013)
fars_read_years(years)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.