fars_read_years: This is a function that reads a lists of data input files...

Description Usage Arguments Value Examples

Description

This is a function that reads a lists of data input files with an argument specifying the years to read. It uses make_filename function internally.

Usage

1

Arguments

years

A vector of years in integer format to read. It might stop if the argument is not in integer format.

Value

A list of data.frames (tibble), in which each element contains data for a year.

Examples

1
2
3
4
5
6
## Not run: 
years = seq(2013, 2015)
fars_read_years(years)
fars_read_years(years=years)

## End(Not run)

KuanYang/fars documentation built on May 20, 2019, 7:54 a.m.