Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
This function gets an array of string or int with years and returns a list of fars data corresponding to years inputed or a warning that there is not a fars file in a specific year
1 | fars_read_years(years)
|
years |
Vector of string or integer containing years |
This function returns a list of tbl_df
objects
It generates a warning if there isn't a file with supplied year in name
1 2 3 | ## Not run: fars_read_years(c(2013, 2014, 2015))
## Not run: fars_read_years("2014")
## Not run: fars_read_years(1910)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.