zoned_time_precision {clock} | R Documentation |
Precision: zoned-time
Description
zoned_time_precision()
extracts the precision from a zoned-time. It
returns the precision as a single string.
Usage
zoned_time_precision(x)
Arguments
x |
A zoned-time. |
Value
A single string holding the precision of the zoned-time.
Examples
zoned_time_precision(zoned_time_now("America/New_York"))
[Package clock version 0.7.1 Index]