fars_read_years: The function is to take a list of years and returns a list of...

Description Usage Arguments Value Examples

Description

The function is to take a list of years and returns a list of data frames with MONTH and year columns based on data in "accident_X.csv.bz2" files. The files need to be in the working directory (Check function fars_read above!).

Usage

1

Arguments

years

A list of years of integer or string that when the files were generated

Value

this function returns a list of data frames with MONTH and year columns

Examples

1
2
3
4
5
## Not run: 
   fars_read_years(2013:2015)
   fars_read_years(2016) #example of warning (return error!)

## End(Not run)

lbiagini75/fars_functions documentation built on May 20, 2019, 10:23 p.m.