fars_summarize_years: Create useful summary of fars data

Description Usage Arguments Value Examples

View source: R/farsfunctions.R

Description

This function will read in data for years specified via fars_read_years, bind all list elements by link[dplyr]{} and produce frequency of observations by month and year.

Usage

1

Arguments

years

A vector of years associated with the data files desired.

Value

This function returns a tibble object (class tbl, tbl_df). See tibble-package for tibble specifics.

Examples

1
2
## Not run: fars_summarize_years(2013:2015)
## Not run: fars_summarize_years(c(2013,2015))

JJNewkirk/Rfars documentation built on May 7, 2019, 10:12 a.m.