fars_read_years: fars_read_years read accidents data by given years

Description Usage Arguments Value Examples

Description

Read accidents data by given years and return data frame with short info for each accident.

Usage

1

Arguments

years

- vector of years.

Value

data frame of class dplyr::tbl_df with two columns (month ans year) per each accident. If data for any of given years do not exist function stops working and return an error message.

Examples

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

flyeye/Fars documentation built on May 16, 2019, 1:42 p.m.