fars_read_years: fars_read_years

Description Usage Arguments Value Note Examples

Description

Function to read data from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System. by individual file year, placing into a tibble (dataframe)

Usage

1

Arguments

years

Integer list or vector of the year(s) desired

Value

A tibble: <number of rows> x 2 cols (MONTH and year)

Note

Requires package 'magrittr'.

Examples

1
2
3
4
5
6
 ## Not run: 
  fars_read_years(2013)
  fars_read_years((2013:2015))
  fars_read_years(c(2013:2015))
 
## End(Not run)

B0Ib0ivrb63B/farsRPackageProj- documentation built on May 29, 2019, 11:04 p.m.