fars_read_years: Aggregate FARS data across years

Description Usage Arguments Value Note Examples

Description

This function reads in one of more years of FARS data and aggregates the data into a list. Each list element is a tibble for a specific year. Only the month and year columns are retained.

Usage

1

Arguments

years

An integer, vector, or list of year(s)

Value

A list containing tibbles

Note

If there is no FARS file for a specific year this function will return a warning and a NULL list element

Examples

1
fars_read_years(2013:2015)

megaquant/fars documentation built on June 1, 2019, 3:57 a.m.