make_filename: Creates a filename

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

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(2017)

## End(Not run)

adircinho/Building-R-Package documentation built on Dec. 31, 2020, 6:45 p.m.