Description Usage Arguments Value Note See Also Examples
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.
1 |
tif |
a character vector of |
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.
1 2 3 | isIntradayTif(hourly(6))
isIntradayTif(tif(today()))
isIntradayTif(minutely(30))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.