make_filename: File Naming This function make character name using existing...

Description Usage Arguments Value Examples

Description

File Naming This function make character name using existing pattern and year, so final name for year=2012 becomes "accident_2012.csv.bz2 "

Usage

1

Arguments

year

A parameter which identifies the value of year, used in built file name

Value

This function returns object of class "character" with the constructed file name

Examples

1
 ## Not run: filename<-make_filename(year=2012)

Yailama/assignment4 documentation built on May 10, 2019, midnight