make_filename: Print filename for a given year

Description Usage Arguments Value Examples

Description

This function print a character vector with the filename combining the default file name and the year passed as argument to the function

Usage

1

Arguments

year

An integer. The function coherce the passed value to an integer

Value

This function returns a character vector containing a formatted combination of text and year number.

Examples

1
2
3
4
5
## Not run: 
make_filename(2017)
make_filename(4034/2)

## End(Not run)

frenkg/courserafarsfg1 documentation built on May 16, 2019, 2:55 p.m.