make_filename: Generate filename

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Generates a filename including the provided year.

Usage

1

Arguments

year

The year of interest provided as either character or numeric

Value

A character vector in the following form: accident_<year>.csv.bz2

Examples

1
2
3
4
## Not run: 
fars_filename <- make_filename(2015)

## End(Not run)

niklaas/fars documentation built on May 5, 2019, 1:38 p.m.