fars_summarize_years: Summarize fars data by Year

Description Usage Arguments Value Examples

Description

Try to read fars data in current working directory and if successful, summarize data by count of instances per month.

Usage

1

Arguments

years

Year (YYYY). This parameter isn't initialisied by default. Handles integers, floats as well as strings.

Value

This functions returns a summarized dataframe giving count of instances per month of the year in a wide format. It returns one row for each month and one column per year in the data.

Examples

1
2
3
4
5
## Not run: 
fars_summarize_years(2013)
fars_summarize_years("2013")

## End(Not run)

debajyoti7/coursera_Rpackage_final documentation built on May 15, 2019, 1:53 a.m.