Description Usage Arguments Value Warning Note Examples
View source: R/fars_functions.R
The function returns tbl_df object with first 'MONTH' column, and others
depend on years
input. Each year column shows number of rows for
different months.
1 | fars_summarize_years(years)
|
years |
A value or vector of values of years. |
tbl_df object 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_summarize_years(2019)
fars_summarize_years(c(2018, 2019))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.