time_point_precision | R Documentation |
time_point_precision()
extracts the precision from a time point, such
as a sys-time or naive-time. It returns the precision as a single string.
time_point_precision(x)
x |
A time point. |
A single string holding the precision of the time point.
time_point_precision(sys_time_now())
time_point_precision(as_naive_time(duration_days(1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.