make_filename: Build accident files names

Description Usage Arguments Value Note Examples

Description

Create a charactor string from the year matching the Fatality Analysis Reporting System naming convention

Usage

1

Arguments

year

year selected for the dataset, can be numeric, integer or charactor

Value

character string corresponding to a formatted file name

Note

Examples

1
2
3
filename <- make_filename(2013)
filename <- make_filename(2013L)
filename <- make_filename("2013")

BreizhZut/Fars documentation built on May 27, 2019, 2:04 p.m.