Description Usage Arguments Value Warning Note Examples
View source: R/fars_functions.R
The function returns list of tbl_df objects. Each object contains two columns 'MONTH' and 'year' for each row of data.
1 | fars_read_years(years)
|
years |
A value or vector of values of years. |
List of tbl_df objects with 'MONTH' and 'year' columns for each row.
Files with data should be in your current working directory, in other cases it will throw an error.
For correct work, this function requires any library which supports ' operator.
1 2 | fars_read_years(2019)
fars_read_years(c(2018, 2019))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.