fars_read_years: Reading Specified Years of FARS Datasets

Description Usage Arguments Value Examples

View source: R/fars_function.R

Description

Returns a list of dataframes each with two variables: the MONTH and year of which accidents occured. It will return an error if the entered year is invalid, or the workspace location does not contain the file.

Usage

1

Arguments

years

Years of the FARS data ranging from 2013 to 2015

Value

a list of tibbles of the years inputed

Examples

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

mykoCheng/farsManipulate documentation built on May 5, 2019, 9:20 a.m.