powered by
Check if a dataframe is continuous
df_continuous(df, time_var = "Timestamp", digits = 6, ...)
the input data frame
character scalar giving the column name of the variable containing timestamp information (either character or POSIXt format)
character
POSIXt
see epoch_length_sec
epoch_length_sec
arguments passed to as.POSIXct, for use if time_var is a character rather than POSIXt variable
as.POSIXct
time_var
data(ex_data, package = "PAutilities") df_continuous(ex_data, "DateTime", tz = "UTC") df_continuous(ex_data[-c(300:500), ], "DateTime", tz = "UTC")
Run the code above in your browser using DataLab