Learn R Programming

dttr2 (version 0.5.2)

dtt_units: Get Units

Description

Gets the smallest units for a date time vector. The possible values are 'seconds', 'minutes', 'hours', 'days', 'months' or 'years'.

Usage

dtt_units(x, ...)

# S3 method for Date dtt_units(x, ...)

# S3 method for POSIXct dtt_units(x, ...)

# S3 method for hms dtt_units(x, ...)

Value

A string indicating the date time units.

Arguments

x

A Date, POSIXct or hms vector.

...

Unused.

Methods (by class)

  • 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

See Also

Other units: dtt_adjust_units(), dtt_units_per_unit()

Examples

Run this code
dtt_units(as.Date("2000-01-01"))
dtt_units(as.Date("2000-02-01"))
dtt_units(as.Date("2000-01-02"))

Run the code above in your browser using DataLab