fame (version 2.21)

tifToFameName: FAME Names for Time Index Frequencies

Description

Returns the FAME names for the given time index frequencies.

Usage

tifToFameName(tif)

Arguments

tif

character vector of tifNames or a numeric vector of tif codes.

Value

A character vector as long as the input giving the FAME names of the input.

See Also

tif, tifName

Examples

Run this code
# NOT RUN {
tifToFameName(tis::tif(tis::today()))
tifToFameName(tis::tif(tis::latestMonth()))
tifToFameName(tis::tifName(tis::today()))
tifToFameName(tis::tifName(tis::latestMonth()))
# }

Run the code above in your browser using DataLab