fars_summarize_years: Summarize the count of accidents of each year, each month

Description Usage Arguments Value Examples

View source: R/fars.R

Description

This is a fuction that you can enter the year, it will tell you in this year, how many accidents occured in each month

Usage

1

Arguments

years

A vector that you can put you numeric years here

Value

This function will return a summarized table that contains the year you inputed and the accident number of each month in this year.

Examples

1
## Not run: fars_summarize_years(c(2013,2014))

Beryli-122/fars_package documentation built on July 13, 2020, 12:01 a.m.