make_filename: Get the name of the file containing FARS data for a specific...

Description Usage Arguments Value Examples

Description

The function returns the name of the data file containing FARS data for a year of interest (defined using year argument). For more information about FARS data, see Fatality Analysis Reporting System.

Usage

1

Arguments

year

An atomic numeric value, which can be coerced to four-digit integer representing a year to process.

Value

It returns the name of the file containing the FARS data of the year.

Examples

1
FileName2013 <- make_filename(2013)

Valentin-Konoshenko/MyFirstRPackage documentation built on May 8, 2019, 6:44 p.m.