Description Usage Arguments Value Examples
View source: R/fars_functions.R
This functions read the fars data from a given year and return a tibble with month and year columns, one line by accident. The function returns an error if the file for the input year is not found.
1 | fars_read_years(years)
|
years |
Vector of numeric or character with the year the function will return the data from |
A tibble by given year with 2 columns each for MONTH and year of the event
1 | fars_read_years(c(2013,2014))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.