is.regular_hourly: Checks if vector of hourly timestamps is regular

View source: R/timeseries.R

is.regular_hourlyR Documentation

Checks if vector of hourly timestamps is regular

Description

Given a timeseries as a zoo object or vector of datetime values, checks if the series is regular (i.e. consecutive and complete) at hourly timesteps

Usage

is.regular_hourly(x)

Arguments

x

zoo object or vector of datetimes

Value

boolean

Examples

is.regular_hourly(df$Datetime)

walkerjeffd/myrwaR documentation built on Nov. 14, 2024, 1:25 p.m.