make_filename: Function to create FARS filename with the year parameter.

Description Usage Arguments Value Examples

Description

This function takes integer or string as year parameter. It converts year parameter as integer. It returns output filename as string with the input year.

Usage

1

Arguments

year

Valid year as integer or string.

Value

Filename with the year parameter in the filename as string

Examples

1
2
3
4
5
6
7
## Not run: 
make_filename(2012)
make_filename(year=2012)
make_filename("2012")
make_filename(year="2012")

## End(Not run)

itjmt96/FARS documentation built on May 18, 2019, 5:52 a.m.