make_filename: Create or construct filename

Description Usage Arguments Details Value Note Examples

Description

Create or construct filename

Usage

1

Arguments

year

A character containing the year.

Details

This is a simple function which expects a year as an argument, converts the year to integer, constructs the file name by appending year to the filename and returns it.

Value

This function returns a final filename having the year.

Note

Note that this function fails if argument year is not passed as argument.

Examples

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

## End(Not run)

SatishDivakarla/FarsPackage documentation built on May 9, 2019, 1:18 p.m.