fars_read_years: fars_read_years

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

fars_read_years : This function takes a list of years as a parameter and uses it to build the filename for that year based on the appropriate naming convetion to generate a dataframe of the years and months of each accident grouped by year.

Usage

1

Arguments

years

an list of integers representing the years associated with the data

Value

a data frame of with the month and year of each accident grouped based on the year.

Examples

1
fars_read_years(c(2013,2014))

JTapper/CourseraWeek2 documentation built on May 7, 2019, 10:13 a.m.