make_filename: Create a filename.

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function creates a filename.

Usage

1

Arguments

year

The year which is to be included in the name. This value must be convertible to an integer.

Value

A filename in the format "accident_<year>.csv.bz2".

Examples

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

## End(Not run)

gticket/buildingRPackages documentation built on May 17, 2019, 8:57 a.m.