Skip to contents

This class is the primative class for time units, and should be extended from when creating new time units. A new class is typically created with S7 using: tu_day <- S7::new_class("tu_day", parent = mt_unit)

Usage

mt_unit(.data = 1L)

Arguments

.data

The number of time units

Value

A time unit object of class mt_unit