make_filename: Creates a filename

Description Usage Arguments Value Examples

View source: R/fars_function.R

Description

This function takes a year as numeric input and returns a filname in the format 'accident_year.csv.bz2'.

Usage

1

Arguments

year

The year the data was obtained

Value

A string in the format 'accident_year.csv.bz2' that can be used as filename

Examples

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

## End(Not run)

Jelly90/FarsRPackage documentation built on May 26, 2020, 12:12 a.m.