powered by
This means all rows a part from "datetime" will be NA. Note that timefully considers a full datetime sequence when days are complete.
check_timeseries_gaps(dtf)
tibble
data.frame or tibble, first column of name datetime being of class datetime and rest of columns being numeric
datetime
# Sample just some hours dtf_gaps <- dtf[c(1:3, 7:10), ] # Note that the full day is provided check_timeseries_gaps( dtf_gaps )
Run the code above in your browser using DataLab