Description Usage Arguments Value See Also Examples
View source: R/fars_functions.R
A helper function for reading mulitple FARS files simultaneously
1 | fars_read_years(years)
|
years |
a vector of years |
returns a list of data.frames, one data.frame for each year. Will provide a NULL value and error message for any year where no corresponding file can be found
fars_read
1 2 3 | library(magrittr)
c(2014,2015,2016) %>%
fars_read_years()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.