make_filename: Generate filename based on specified year

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function generates a filename that can be used in the fars_read function. It takes as an input a specific year, and provides as output the full filename as a character string.

Usage

1

Arguments

year

An integer representing a year that is 2013, 2014, or 2015

Value

This function returns a character string of the full bz2 filename

Examples

1
2
3
4
5
6
## Not run: 
make_filename(2013)
make_filename(2014)
make_filename(2015)

## End(Not run)

MikePJones/Week4Proj documentation built on May 17, 2019, 2:46 p.m.