make_filename: Creates Filename

Description Usage Arguments Value Examples

Description

This is a simple function that prints "accident_<year>.csv.bz2", defined by the year argument.

Usage

1

Arguments

year

An integer number to denote the year.

Value

Returns a character string in the form of "accident_<year>.csv.bz2"

Examples

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

## End(Not run)

swethagarimalla/FARS documentation built on May 24, 2019, 7:16 a.m.