tifToFameName {fame}R Documentation

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

tifToFameName(tif(today()))
tifToFameName(tif(latestMonth()))
tifToFameName(tifName(today()))
tifToFameName(tifName(latestMonth()))

[Package fame version 2.5 Index]