make_filename: Creates a filename

Description Usage Arguments Value Examples

Description

The function creates a filename for a .csv.bz2 file based on the year argument in a form "accident_<year>.csv.bz2". It requires a numerical or integer input otherwise ends with an error.

Usage

1

Arguments

year

Numerical of integer input indicating a year of a data set.

Value

Returns a character string in a format "accident_<year>.csv.bz2" that can be used as a file name

Examples

1
2
3
4
## Not run: 
makefilename(2016)

## End(Not run)

MPC24/fars3 documentation built on May 28, 2019, 1:45 p.m.