dts_completed | R Documentation |
Test if the DateTime in a DateTime-Series is complete.
dts_completed(
x,
dtt = "DateTime",
floored = TRUE,
unique = TRUE,
sorted = TRUE,
units = dttr2::dtt_units(x[[dtt]])
)
x |
A dts data frame |
dtt |
A string specifying the column with the Date or POSIXct values. |
floored |
A flag indicating whether x should be floored. |
unique |
A flag indicating whether the values must be unique. |
sorted |
A flag indicating whether the vector must be sorted. |
units |
A string of the units. |
A flag indicating whether complete.
dtt_completed
dts_completed(dts_data[c(1,3),])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.