tifToFameName {fame} | R Documentation |
Returns the FAME names for the given time index frequencies.
tifToFameName(tif)
tif |
character vector of tifName s or a numeric vector of
tif codes. |
A character vector as long as the input giving the FAME names of the input.
tifToFameName(tif(today())) tifToFameName(tif(latestMonth())) tifToFameName(tifName(today())) tifToFameName(tifName(latestMonth()))