fars_read_years: Load FARS data files

Description Usage Arguments Value Examples

Description

This function loads FARS files for specified years.

Usage

1

Arguments

years

Integer or character vector for the years to load data for.

Value

separate tibbles for each year. If the function is not able to coerce the inputs to integers the function will generate an error. If the files are not found at the current working directory the function will return an error. Issues reading in the CSV files also return errors.

Examples

1
2
fars_read_years(c(2014,2015))
fars_read_years("2013")

j-new/FARSaccess documentation built on May 22, 2019, 2:39 p.m.