make_filename: Creates a filename

Description Usage Arguments Value Examples

Description

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(2017)

## End(Not run)

orkanakcan/farsViz documentation built on May 17, 2019, 2:15 a.m.