is.regular_hourly | R Documentation |
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
is.regular_hourly(x)
x |
zoo object or vector of datetimes |
boolean
is.regular_hourly(df$Datetime)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.