fars_read_years: Make list of tbl_df objects.

Description Usage Arguments Value Warning Note Examples

View source: R/fars_functions.R

Description

The function returns list of tbl_df objects. Each object contains two columns 'MONTH' and 'year' for each row of data.

Usage

1

Arguments

years

A value or vector of values of years.

Value

List of tbl_df objects with 'MONTH' and 'year' columns for each row.

Warning

Files with data should be in your current working directory, in other cases it will throw an error.

Note

For correct work, this function requires any library which supports ' operator.

Examples

1
2
fars_read_years(2019)
fars_read_years(c(2018, 2019))

resistendi/fars documentation built on Nov. 5, 2019, 3:06 a.m.