dtt_adjust_units {dttr2} | R Documentation |
Adjust Units
dtt_adjust_units(x, from = "seconds", to = "seconds")
x |
An integer or numeric vector |
from |
A string of the original units. |
to |
A string of the new units. |
A numeric vector.
Other units:
dtt_units_per_unit()
,
dtt_units()
dtt_adjust_units(60, to = "minutes")