tifToFameName: FAME Names for Time Index Frequencies

Description Usage Arguments Value See Also Examples

View source: R/fameSupport.R

Description

Returns the FAME names for the given time index frequencies.

Usage

1

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

1
2
3
4
tifToFameName(tis::tif(tis::today()))
tifToFameName(tis::tif(tis::latestMonth()))
tifToFameName(tis::tifName(tis::today()))
tifToFameName(tis::tifName(tis::latestMonth()))

fame documentation built on Nov. 6, 2021, 1:06 a.m.

Related to tifToFameName in fame...