make_filename: Make a filename for a specific year.

Description Usage Arguments Value Examples

View source: R/fars_functions.R

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)

llangevin/FARS documentation built on May 21, 2019, 7:33 a.m.