isIntradayTif {tis} | R Documentation |
Check for Intraday Time Index Frequency
Description
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.
Usage
isIntradayTif(tif)
Arguments
tif |
a character vector of |
Value
A logical vector as long as the input indicating which elements are intraday Time Index frequencies.
Note
The function does not attempt to verify if the supplied tif
is actually valid, intraday or not.
See Also
Examples
isIntradayTif(hourly(6))
isIntradayTif(tif(today()))
isIntradayTif(minutely(30))
[Package tis version 1.39 Index]