dtt_completed: Completed

Description Usage Arguments Value Examples

View source: R/completed.R

Description

Tests whether a Date or POSIXct object is complete.

Usage

1
2
dtt_completed(x, floored = TRUE, unique = TRUE, sorted = TRUE,
  units = dtt_units(x), ...)

Arguments

x

A Date or POSIXct vector

floored

A flag indicating whether the values must be floored.

unique

A flag indicating whether the values must be unique.

sorted

A flag indicating whether the values must be sorted.

units

A string of the units.

...

Unused.

Value

A flag indicating whether complete.

Examples

1

poissonconsulting/dttr documentation built on Feb. 20, 2021, 12:18 a.m.