isIntradayTif: Check for Intraday Time Index Frequency

Description Usage Arguments Value Note See Also Examples

View source: R/ti.R

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

1

Arguments

tif

a character vector of tif names (see tifName) or a numeric vector of tif codes (see tif to be checked

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

hourly, minutely, secondly

Examples

1
2
3

tis documentation built on Sept. 29, 2021, 1:06 a.m.