make_filename: Creates a filename

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

The function creates a filename for a .csv.bz2 file based on the year argument in a form "accident_<year>.csv.bz2". It requires a numerical or integer input otherwise ends with an error.

Usage

1

Arguments

year

Numerical of integer input indicating a year of a data set.

Value

Returns a character string in a format "accident_<year>.csv.bz2" that can be used as a file name

Examples

1
2
3
4
## Not run: 
makefilename(2016)

## End(Not run)

volansys/r-package-building documentation built on May 3, 2019, 6:40 p.m.