make_filename:

Description Usage Arguments Value Examples

View source: R/fars_functions.r

Description

This function constructs a filename for a FARS data file, given a corresponding year.

Usage

1

Arguments

year

An integer, represents the year of the FARS data file.

Value

A string for a FARS data file for the given year.

Examples

1
2
3
4
5
## Not run: 
# input year as an intger
make_filename(2013)

## End(Not run)

lakrobinson/fars documentation built on June 5, 2020, 12:33 a.m.