make_filename: Helper for creating FARS data filenames

Description Usage Arguments Value Examples

View source: R/make_filename.R

Description

make_filename is a helper for creating the filenames using year values for the FARS data

Usage

1

Arguments

year

a scalar or vector which can be coerced integer values

Value

a character vector with filenames according to the year

Examples

1
2
3
4
5
6
## Not run: 
make_filename("2013")
make_filename(2013)
make_filename(2013:2015)

## End(Not run)

SinanPolatoglu/coursera_pkgdev documentation built on Jan. 26, 2020, 12:55 a.m.