make_filename: Make a filename

Description Usage Arguments Details Value Examples

Description

This is a function that concatenates string values and creates a filename in a standard format of accident_YEAR.csv.bz2

Usage

1

Arguments

year

The year as numeric or string

Details

The function reads a value for the year and creates a filename in a standard format of accident_YEAR.csv.bz2

Value

A file name in string format

Examples

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

## End(Not run)

lefkiospaikousis/LPfars documentation built on June 7, 2019, 12:55 a.m.