Check for Intraday Time Index Frequency
The intraday frequencies are hourly(n)
,
minutely(n)
and secondly(n)
, where n
is an
appropriate integer. Their numeric tif
codes are between 2000
and 4900, and that is what is actually checked for.
isIntradayTif(tif)
A logical vector as long as the input indicating which elements are intraday Time Index frequencies.
The function does not attempt to verify if the supplied tif
is actually valid, intraday or not.
isIntradayTif(hourly(6)) isIntradayTif(tif(today())) isIntradayTif(minutely(30))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.