fars_read_years: Read FARS data of multiple years into a list

Description Usage Arguments Value See Also Examples

View source: R/fars_read_years.R

Description

This function is a helper for reading FARS data in csv format. It returns the data in a list with each element being a tibble for the specified years

Usage

1

Arguments

years

a vector that can be coerced to an integer vector of valid years

Value

Returns a list with each element being the data for that year in a tbl_df

See Also

mutate,select

Examples

1
2
3
4
## Not run: 
fars_read_years(2013:2015)

## End(Not run)

SinanPolatoglu/coursera_pkgdev documentation built on Jan. 26, 2020, 12:55 a.m.