make_filename: Make a file name This function will make a filename string.

Description Usage Arguments Value Examples

Description

Make a file name This function will make a filename string.

Usage

1

Arguments

year

The year value to paste in the file string

Value

This function returns a string denoting the file name with the form "accident_[year].csv.bz2"

Examples

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

## End(Not run)

cmoten/fars documentation built on May 6, 2019, 2:30 p.m.