fars_read_years: Extract Data for Given Years

Description Usage Arguments Value Examples

Description

This is a function that reads all data for the given vector of years and returns a warning if any of the entered years is not present in the data. The function also makes prints separate filenames for every year by calling the function make_filename

Usage

1

Arguments

years

A vector of numeric or character values of years

Value

The data frame consisting of all values of months and years, else NULL

Examples

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

anubhavj/Coursera3Sub documentation built on May 19, 2019, 6:20 p.m.