fars_read_years: Generating a list of tables

Description Usage Arguments Value Examples

Description

The "fars_read_years" function creates a list of dplyr data tables where each data table represents a year provided by the user, every data tables contain two columns (month, year) and the number of rows is defined by the number of observations.

Usage

1

Arguments

years

A list of integers representing years.

Value

A list with the same number of data tables as the number of years provided by the user if the data of those years are available. For the years not represented, the function sends warning message(s).

Examples

1
2
3
4
5
## Not run: 
fars_read_years(2013)
fars_read_years(2013:2015)

## End(Not run)

ortzsu/farspractise documentation built on May 24, 2019, 3:58 p.m.