fars_summarize_years: Sum of accidents by year and month

Description Usage Arguments Value

View source: R/fars.R

Description

Take in a list of years and summarize how many accidents happened in each month each year, returns a data frame with years as columns, rows as months, each cell is the number of accident happened in that month (row) of that year (column).

Usage

1

Arguments

years

A list of numeric values which are years

Value

A data frame with counts of accidents for each month each year


ynren1020/fars documentation built on July 16, 2020, 1:56 a.m.