fars_read_years: Read FARs data for years

Description Usage Arguments Value Author(s) Examples

View source: R/fars_functions.R

Description

This function loads in FARS data for multiple years.

Usage

1

Arguments

years

This is a list/vector of years in YYYY format

Value

This function returns a list of FARS data for each year, if the data is found. NULL is returned for entries that are not found, along with a warning.

Author(s)

Jesus Obregon Dominguez, gerencia@dataengineeringperu.com

Examples

1
2
3
4
## Not run: 
fars_read_years(c("2013", "2014", "2015"))

## End(Not run)

Jechu2/FARS documentation built on Dec. 31, 2020, 1:12 p.m.