make_filename: Creates filename based on provided Year

Description Usage Arguments Value Examples

Description

This function is used to generate filename from provided year in argument. Accident Data is organized per year and compressed in different files with specific pattern. This function simplifized user input by just providing Year and compose filename.

Usage

1

Arguments

year

A integer or character string of Year

Value

This functio nreturns charecter string of Filename

Examples

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

## End(Not run)

garvish/datascience documentation built on May 16, 2019, 5:41 p.m.