dtt_units | R Documentation |
Gets the smallest units for a date time vector. The possible values are 'seconds', 'minutes', 'hours', 'days', 'months' or 'years'.
dtt_units(x, ...)
## S3 method for class 'Date'
dtt_units(x, ...)
## S3 method for class 'POSIXct'
dtt_units(x, ...)
## S3 method for class 'hms'
dtt_units(x, ...)
x |
A Date, POSIXct or hms vector. |
... |
Unused. |
A string indicating the date time units.
dtt_units(Date)
: Get time units for a Date vector
dtt_units(POSIXct)
: Get time units for a POSIXct vector
dtt_units(hms)
: Get time units for a hms vector
Other units:
dtt_adjust_units()
,
dtt_units_per_unit()
dtt_units(as.Date("2000-01-01"))
dtt_units(as.Date("2000-02-01"))
dtt_units(as.Date("2000-01-02"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.