Description Usage Arguments Value Examples
View source: R/fars_functions_documentation_v2.R
This function allows to read FARS data from files for one or more years.
1 | fars_read_years(years)
|
years |
A single numeric or character string specifying a year or a vector of numerics or character strings of year(s). |
This function returns a list of tibbles. Each tibble containts FARS data for one year stored in individual files.
1 2 3 4 5 6 | ## Not run:
fars_read_years(2015)
fars_read_years(c(2013, 2014))
fars_read_years(c("2014", "2013"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.