make_filename: Create a filename for a given year

Description Usage Arguments Value Examples

Description

This function takes year as an input and creates a filename character. The function only creates the name character and does not create a file.

Usage

1

Arguments

year

the year the accident occurs as a character, number or integer

Value

A character with the filename character.

Examples

1
2
3
## Not run: make_filename(2000)
## Not run: make_filename("2005")
## Not run: make_filename(1998L)

kjsykora/faRs documentation built on May 19, 2019, 8:23 a.m.