Learn R Programming

fame (version 1.13)

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
tifToFameName(tif(today()))
tifToFameName(tif(latestMonth()))
tifToFameName(tifName(today()))
tifToFameName(tifName(latestMonth()))

Run the code above in your browser using DataLab