make_filename: Make FARS Filename

Description Usage Arguments Details Value Examples

Description

Create the filename needed to read one year worth of FARS data.

Usage

1

Arguments

year

A number representing the year of the data

Details

Note that this is literally accident_YEAR.csv.bz2, meaning that the data must be in the proper filename, and the current working directory must contain all the FARS data you want to work with.

See Fatality Analysis Reporting System.

Value

The file name. Literally accident_YEAR.csv.bz2

Examples

1
2
3
4
5
## Not run: 
make_filename(2013)
make_filename(2014)

## End(Not run)

j50n/c3w4 documentation built on May 18, 2019, 8:12 p.m.