fars_read_years: fars_read_years

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This is a function that creates files from a vector of years. This function needs to import mutate and select from the dplyr package. This function will throw an error if it is unable to read in the input vector.

Usage

1

Arguments

years

A character or integer vector of the years a user wants to read in.

Value

Returns a list of tibbles with the columns MONTH and year

Examples

1
fars_read_years(c(2000,2001,2002))

adanvr/fars documentation built on May 26, 2019, 4:38 p.m.