make_filename: Make a filename for a specific year.

Description Usage Arguments Value Examples

Description

This function create a filename of the form "accident_ It used the sprintf base function that returns a character string containing a formatted combination of text and variable values.

Usage

1

Arguments

year

A year, numeric integer value in the form yyyy.

Value

This function returns a character string of the form "accident_

Examples

1
file<-make_filename(year=2013)

friveramariani/fars documentation built on May 7, 2019, 7:57 a.m.