# A nice continuous dataset should return TRUE
butterfly::timeline(
forestprecipitation$january,
datetime_variable = "time",
expected_lag = 1
)
# In February, our imaginary rain gauge's onboard computer had a failure.
# The timestamp was reset to 1970-01-01
butterfly::timeline(
forestprecipitation$february,
datetime_variable = "time",
expected_lag = 1
)
Run the code above in your browser using DataLab