make_filename: Create a data file name for a given year

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Create a data file name for a given year

Usage

1

Arguments

year

(integer or character) the year identifying the file whose name to construct.

The "year" parameter must be supplied in a form which can be converted to an integer year value (by 'as.integer').

Value

(character) file name incorporating year.

Examples

1
2
3
4
5
## Not run: 
  make_filename(2017)
  make_filename("2017")

## End(Not run)

tynesjo/fars_functions_tst documentation built on May 3, 2019, 2:03 p.m.