| detect_time_gaps | R Documentation |
Detects gaps in a local time series using either a fixed or calendar frequency.
detect_time_gaps(dt, time_col, frequency, tolerance = 1e-04, tz = "UTC")
dt |
A data.table-compatible object. |
time_col |
Name of the time column. |
frequency |
Frequency string or candle interval. |
tolerance |
Numeric tolerance applied to fixed-interval gaps. |
tz |
Time zone used when coercing timestamps. |
A data.table describing detected gaps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.