fars_read_years: Read in the month & year for each accident from a FARS data...

Description Usage Arguments Value Examples

View source: R/c_fars_functions.R

Description

This function converts a numeric vector to a list of tibbles containing the month and year columns from the FARS data file for that year.

Usage

1

Arguments

years

a vector containing the years for FARS data to be included in the output

Value

This function returns a list of tibbles containing the month and year columns from the FARS data file for that year. If there is no FARS data file for an element of years then NULL is returned for list item corresponding to that element.

Examples

1
## Not run: fars_read_years(c(2013,2015))

zjosha/MyPackage documentation built on May 23, 2019, 4:04 p.m.