make_filename: Print file name for given year

Description Usage Arguments Value Examples

Description

This function outputs a specific .csv.bz2 file name based on a a given year. The The input can be in any format.

Usage

1

Arguments

year

an integer or string of any format of a year value

Value

this function will return a string of a compressed .csv file name specific to the accidents recorded in the given year

Examples

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

## End(Not run)

schwarja209/rfars documentation built on May 29, 2019, 9:32 a.m.