fars_read_years: Read multiple years of data This function will take a vector...

Description Usage Arguments Value Examples

Description

Read multiple years of data This function will take a vector of years and return a list of data frames.

Usage

1

Arguments

years

A vector of years.

Value

If the years are valid, the function will return a data frame. Otherwise the function will return null.

Examples

1
2
3
4
5
6
## Not run: 
fars_read_years(c(2013,2014,2015))
example_years <- 2013:2015
fars_read_years(example_years)

## End(Not run)

cmoten/fars documentation built on May 6, 2019, 2:30 p.m.