fars_read_years: fars_read_years

Description Usage Arguments Value Note Examples

Description

Reads in fars files given a vector of years. Returns a data.frame with columns MONTH, year

Usage

1

Arguments

years

integer vector

Value

data.frame

Note

Throws a warning and returns NULL when an invalid year is part of the vector.

Examples

1
2
3
if(interactive()){
   df <- fars_read_years(c(2013, 2014, 2015))
}

c5sire/fars documentation built on May 13, 2019, 10:33 a.m.