fars_read_years: Read a csv file in as a tbl for multiple years of data from...

Description Usage Arguments Details Value Examples

View source: R/fars_functions_completed.R

Description

Read a csv file in as a tbl for multiple years of data from the Fatality Analysis Reporting System.

Usage

1

Arguments

years

A numeric or integer vector of years; should be the full 4 digit years.

Details

An error will result if the indicated packages are not attached.

Value

A list of tbls representing the year, Month data extracted from the given set of years from the Fatality Analysis Reporting System.

Examples

1
2
3
4
## Not run: 
foo<-fars_read_years(2013:2015)

## End(Not run)

John-GitHub/Second documentation built on May 7, 2019, 11:16 a.m.