df_continuous | R Documentation |
Check if a dataframe is continuous
df_continuous(df, time_var = "Timestamp", digits = 6, ...)
df |
the input data frame |
time_var |
character scalar giving the column name of the variable
containing timestamp information (either |
digits |
see |
... |
arguments passed to |
data(ex_data, package = "PAutilities") df_continuous(ex_data, "DateTime", tz = "UTC") df_continuous(ex_data[-c(300:500), ], "DateTime", tz = "UTC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.