make_filename: Generate a file name given a year

Description Usage Arguments Value Examples

Description

Given a year (a number), this function generates a character string (a filename) with the coding "accident_year.csv.bz2".

Usage

1

Arguments

year

a numeric representing the year

Value

a character string with the coding "accident_year.csv.bz2"

Examples

1
2
3
4
## Not run: 
make_filename(2013)
make_filename(2015)
## End(Not run)

Juanin2691/fars documentation built on May 9, 2019, 3:26 a.m.