fars_read_years: Import multiple years of data

Description Usage Arguments Value Examples

Description

This function takes a vector of years and batch reads them into R. If there is no matching data for one or more of the years specified in the argument years, the function throws a warning.

Usage

1

Arguments

years

Numeric vector of years to read

Value

A list of data frames (tibbles). Each data frame consists of two columns: MONTH and year

Examples

1
## Not run: fars_read_years(2013:2015)

A-Lind/BuildingAnRPackage documentation built on May 26, 2019, 6:37 a.m.