fars_summarize_years: Makes the data in the year files available as a data frame...

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function reads every accident file for which the year is provided as input and returns a data frame tbl where the rows are month and the columns are the years.

Usage

1

Arguments

years

The years for which the accident data is to be read.

Value

A data frame tbl where the rows are month and the columns are the years.

Examples

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

## End(Not run)

gticket/buildingRPackages documentation built on May 17, 2019, 8:57 a.m.