Description Usage Arguments Value Examples
This function creates a list of tibbles based on input of years.
It will first read in the data corresponding to the year(s),
then extract the year and month information for each requested year.
Conditions that may result in an error:
years
is not a valid vector containing number of year(s);
Data of requested year does not exist.
1 | fars_read_years(years)
|
years |
a vector of integer representing number of year(s) |
This function returns a list of tibbles. Each tibble contain two columns with month and year information extrated from data of requested years.
1 | ## Not run: fars_read_years(c(2013, 2014))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.