make_filename: Make a file name for a paticular year's data file from the...

Description Usage Arguments Details Value Examples

View source: R/fars_functions_completed.R

Description

Make a file name for a paticular year's data file from the Fatality Analysis Reporting System.

Usage

1

Arguments

year

A numeric or interter; should be the full 4 digit year.

Details

An error will result if the year is outside the scope of years available as data sets.

Value

The name of the file from the Fatality Analysis Reporting System for that year.

Examples

1
2
3
4
## Not run: 
foo<-fars_read(make_filename(2013))

## End(Not run)

John-GitHub/Second documentation built on May 7, 2019, 11:16 a.m.