Description Usage Arguments Value
View source: R/fars_functions.R View source: R/fars_functions.R
This function reads a set of user-input years, and returns each occurrence of accidents in each month for all those years, after reading from the corresponding files.
1 | fars_summarize_years(years)
|
years |
The function argument which stores a set of years entered by the user as integers. |
dat_list |
Dataframe storing information on months for all valid years. |
This function returns the summarized information on accidents for all months corresponding to the valid years entered The information returned is a Dataframe Table type object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.