make_filename: Makes filename

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Given a year number or string, this function will make a file name consisting of accident_number.csv.bz2

Usage

1

Arguments

year

A number or chracter string with numbers

Value

This function returns a file name consisting of accident_number.csv.bz2

Examples

1
2
3
4
5
## Not run: 
make_filename("2015")
make_filename(2015)

## End(Not run)

MMJansen/MyWeek4Package documentation built on May 3, 2019, 4:30 p.m.