make_filename: Create a FARS filename.

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function creates a character string with a valid file name for reading the FARS data given a year of interest.

Usage

1

Arguments

year

An integer or string with the year of interest.

Value

A string of characters with the appropriate format for reading FARS data of the year of interest.

Examples

1
2
3
4
5
## Not run: 
make_filename(year = 2013)
make_filename(year = "2014")

## End(Not run)

Arcturio/mipqueteria documentation built on May 20, 2019, 3:33 p.m.