Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function read multiple datasets with different given years, and adds a colomn containing the input year.
1 | fars_read_years(years)
|
years |
a vector of years |
this function returns datasets corresponding to given years, after adding a year colomn, and selecting month and year colomn
1 2 3 | x <- make_filename("2015")
x <- make_filename("2015")
x <- make_filename("205"): returns an error because there is not corresponding dataset to year 205
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.