make_filename: Create filename with variable year

Description Usage Arguments Value Examples

View source: R/fars_functions.r

Description

Create a filename in the format "accident_XXXX.csv.bz2 where XXXX is replaced by a year supplied to the function.

Usage

1

Arguments

year

Specified year of data to be used in the filename.

Value

This function returns a filename to be used for a specific year of accident data.

Examples

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

## End(Not run)

tchoffman/bldgRpkg documentation built on May 4, 2019, 4:24 p.m.