Description Usage Arguments Details Value Examples
This is a function that takes a vector or list of years (provided by user
with years
argument), and outputs a dataframe with columns for each
year and rows for each month containing counts of rows (accidents) in each
year's files for each month.
1 | fars_summarize_years(years)
|
years |
A list (or vector) of years |
Errors could come from years being improperly formatted.
dataframe with columns for each user inputed year that had an associated file, and rows (accidents) for each MONTH, containing counts of rows for each month/year across files.
1 2 3 4 | ## Not run:
fars_summarize_years(list('2013','2015'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.