make_filename: Create data file name including year

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Create data file name including year

Usage

1

Arguments

year

Year from which to create the data file name. Year needs to be a number or a character string representing a number, in other case a warning will be raised and returned name will include NA

Value

A character string of the file name include the year

Examples

1
2
3
4
## Not run: 
filename <- make_filename(year = 2014)

## End(Not run)

eregmig/carcrashassignment documentation built on May 17, 2019, 8:15 a.m.