fars_read_years: Open the file with specifying the list of years

Description Usage Arguments Details Value Examples

Description

This function allows you to open the accidents files for wanting year(s).

Usage

1

Arguments

years

- variable containing only one year or many years

Details

if there is no file which contains a year that you submitted, a warning will be shown and NULL will be returned because the file with the given year does not exist

Value

tibble(s) showing month and year variables only.

Examples

1
2
3
4
5
6
## Not run: 
fars_read_years(2014)
fars_read_years(2013)
fars_read_years(c(2013,2014))

## End(Not run)

dkurtoic/fars documentation built on May 7, 2019, 10:38 a.m.