Learn R Programming

fluxfixer (version 1.0.0)

get_interval: Obtain time interval of input timestamp vector

Description

`get_interval()` retrieves the time interval of the input timestamp vector and checks whether the format of the time vector is acceptable for the successive process.

Usage

get_interval(vctr_time)

Value

A numeric (minutes) indicating the time interval of the input timestamp vector.

Arguments

vctr_time

A timestamp vector of class POSIXct or POSIXt. The timestamps must be equally spaced and arranged chronologically.

Author

Yoshiaki Hata