make_filename: File name making

View source: R/fars_functions.R

make_filenameR Documentation

File name making

Description

This function creates the FARS file name based in the year covered by the data

Usage

make_filename(year)

Arguments

year

An integer or string indicating the year of the FARS report

Value

This function return a string with the FARS file name

Examples

## Not run: 
my_file <- make_filename(2013)
my_file <- make_filename("2013")

## End(Not run)


ykv001/FARSpckgwk4 documentation built on Jan. 20, 2025, 10:38 p.m.