make_filename: make_filename

Description Usage Arguments Value Note Examples

View source: R/fars_functions.R

Description

construct a file name according to the year of interest

Usage

1

Arguments

year

year as numeric or integer, even a string year would work

Value

file name of the data for the year of interest

Note

for internal use only, not exported

Examples

1
2
3
4
5
## Not run: 
filename <- make_filename(2015)
filename2 <- make_filename("2013")

## End(Not run)

jye56/funcFARS documentation built on May 18, 2019, 8:12 p.m.