Convenience wrapper around har_source_simulated() for table-shaped inputs.
Examples
df <- data.frame(ts = 1:3, value = c(10, 11, 9))
source <- har_source_dataframe(df, timestamp_col = "ts", value_cols = "value")
obs <- next_observation(source)
obs$observation$timestamp
#> [1] 1