Description Usage Arguments Value Note Examples
Function to read data from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System. by individual file year, placing into a tibble (dataframe)
1 | fars_read_years(years)
|
years |
Integer list or vector of the year(s) desired |
A tibble: <number of rows> x 2 cols (MONTH and year)
Requires package 'magrittr'.
1 2 3 4 5 6 | ## Not run:
fars_read_years(2013)
fars_read_years((2013:2015))
fars_read_years(c(2013:2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.