Learn R Programming

clock (version 0.7.1)

zoned_time_precision: 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)

Value

A single string holding the precision of the zoned-time.

Arguments

x

[clock_zoned_time]

A zoned-time.

Examples

Run this code
zoned_time_precision(zoned_time_now("America/New_York"))

Run the code above in your browser using DataLab