fars_read_years: Read FARS years

Description Usage Arguments Value See Also Examples

Description

This is a function that reads the months with data by year.

Usage

1

Arguments

years

A vector with a list of years

Value

This function returns a dataframe with the months with data by year. If any of the years do not exist, it will return NULL and a warning.

See Also

fars_read

make_filename

Examples

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

daferpe/farsdata documentation built on May 25, 2019, 3:58 a.m.