dtt_floored {dttr2} | R Documentation |
Test Floored
Description
Test whether a date time vector is floored.
Usage
dtt_floored(x, ...)
## S3 method for class 'Date'
dtt_floored(x, units = "days", ...)
## S3 method for class 'POSIXct'
dtt_floored(x, units = "seconds", ...)
## S3 method for class 'hms'
dtt_floored(x, units = "seconds", ...)
Arguments
x |
A Date, POSIXct or hms vector. |
... |
Unused. |
units |
A string of the time units. The possible values are "secs", "minutes", "hours", "days" or "weeks". |
Value
A flag indicating whether floored.
Methods (by class)
-
dtt_floored(Date)
: Test if Date vector is floored -
dtt_floored(POSIXct)
: Test if POSIXct vector is floored -
dtt_floored(hms)
: Test if hms vector is floored
See Also
Other floor:
dtt_date_time()
,
dtt_date()
,
dtt_excel_to_date()
,
dtt_floor()
,
dtt_set_time()
Examples
dtt_floored(as.Date("2002-02-01"))
[Package dttr2 version 0.5.0 Index]