inferTi {tis}R Documentation

Create a Time Index to Match a Vector of DateTimes

Description

Attempts to find a tif (Time Index Frequency) that "fits" the supplied dateTimes, and returns a ti object that hits the same dates and/or times.

Usage

inferTi(dateTimes)

Arguments

dateTimes

a vector POSIXct object, or something that as.POSIXct can coerce into one.

Value

a ti object as long as the input

Note

May fail if there is no tif that closely matches the inputs.

See Also

as.ti

Examples

  inferTi(Sys.time() + (1:5)*86400)

[Package tis version 1.39 Index]