make_filename: make_filename

Description Usage Arguments Value Examples

Description

Attach a prefix and suffice to a number (year) in a form of "accident_#.csv.bz2".

Usage

1

Arguments

year

A number, presumably a 4-digit year.

Value

A string in the form "accident_#.csv.bz2".

Examples

1
2
3
4
5
6
make_filename(year = '2013')

## Not run: 
make_filename(year = 'two thousand eighteen') #  error

## End(Not run)

dilaton168/myFARS documentation built on May 23, 2019, 8:38 a.m.