Description Usage Arguments Value Examples
Reads data FARS data and calculate the number of accidents per month
1 | fars_summarize_years(years)
|
years |
List of vector of years to read data from |
A table with one row per month and one column per year. The value of the MONTH column is the month. The value of the rest of the columns is the number of accident in the year given by the column name.
1 2 3 4 5 | ## Not run:
# Reads and summarize data from 2013 to 2015
fars_summarize_years(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.