make_filename: Make a file name for the given year.

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function creates a file name in desired pattern by taking a year as input.

Usage

1

Arguments

year

A character.

Value

This function will return the file name in desired pattern for the given year.

Examples

1
2
3
4
5
## Not run: 
 	make_filename("2013")
	make_filename(year = "2014")

## End(Not run)

GopalSeshadri/MyFirstPackage documentation built on May 6, 2019, 6:30 p.m.