make_filename: make_filename

Description Usage Arguments Value Examples

Description

This function takes in a argument "year", coerces it into an integer, and returns a character string of the form "accident_"year".csv.bz2".

Usage

1

Arguments

year

A value to be incorporated into the file name to be created.

Value

This function returns a character string of the form "accident_"year".csv.bz2".

Examples

1
make_filename (2015)

izlude83/week4 documentation built on May 14, 2019, 6:03 a.m.